Sửa lỗi trong câu trả lời của Rushvi: section/group/field
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$conf = $objectManager->get('Magento\Framework\App\Config\ScopeConfigInterface')->getValue('section/group/field');
Ngoài ra nếu bạn muốn thêm bộ lọc cửa hàng, ví dụ muốn hiển thị văn bản nếu lưu ở cấp cấu hình cửa hàng thì chỉ cần thêm vào sau:
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$storeScope = \Magento\Store\Model\ScopeInterface::SCOPE_STORES;
$conf = $objectManager->get('Magento\Framework\App\Config\ScopeConfigInterface')->getValue('carriers/freeshipping/extra_info',$storeScope);
Thứ hai cho các bài phê bình: thật tốt khi đưa vào hàm tạo của lớp khối của bạn thông qua DI. Đây chỉ là khái niệm