Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Payment\Api\PaymentMethodListInterface $paymentMethodList, \Magento\Store\Model\StoreManagerInterface $storeManager) | |
beforeProcess (\Magento\Checkout\Block\Checkout\LayoutProcessor $processor, $jsLayout) | |
Class PaymentConfigurationProcess
Removes inactive payment methods and group from checkout configuration.
Definition at line 13 of file PaymentConfigurationProcess.php.
__construct | ( | \Magento\Payment\Api\PaymentMethodListInterface | $paymentMethodList, |
\Magento\Store\Model\StoreManagerInterface | $storeManager | ||
) |
\Magento\Payment\Api\PaymentMethodListInterface | $paymentMethodList | |
\Magento\Store\Model\StoreManagerInterface | $storeManager |
Definition at line 29 of file PaymentConfigurationProcess.php.
beforeProcess | ( | \Magento\Checkout\Block\Checkout\LayoutProcessor | $processor, |
$jsLayout | |||
) |
Checkout LayoutProcessor before process plugin.
\Magento\Checkout\Block\Checkout\LayoutProcessor | $processor | |
array | $jsLayout |
Definition at line 45 of file PaymentConfigurationProcess.php.