|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Protected Member Functions | |
| _ajaxRedirectResponse () | |
| _expireAjax () | |
| _getHtmlByHandle ($handle) | |
| _getShippingMethodsHtml () | |
| _getPaymentMethodsHtml () | |
| getProgressHtml ($checkoutStep='') | |
| _canShowForUnregisteredUsers () | |
Protected Member Functions inherited from Action | |
| _preDispatchValidateCustomer ($redirect=true, $addErrors=true) | |
Protected Member Functions inherited from Action | |
| _forward ($action, $controller=null, $module=null, array $params=null) | |
| _redirect ($path, $arguments=[]) | |
Protected Attributes | |
| $_sectionUpdateFunctions | |
| $_order | |
| $_coreRegistry = null | |
| $_translateInline | |
| $_formKeyValidator | |
| $scopeConfig | |
| $layoutFactory | |
| $quoteRepository | |
| $resultPageFactory | |
| $resultLayoutFactory | |
| $resultRawFactory | |
| $resultJsonFactory | |
Protected Attributes inherited from Action | |
| $_customerSession | |
| $customerRepository | |
| $accountManagement | |
Protected Attributes inherited from Action | |
| $_objectManager | |
| $_sessionNamespace | |
| $_eventManager | |
| $_actionFlag | |
| $_redirect | |
| $_view | |
| $_url | |
| $messageManager | |
Protected Attributes inherited from AbstractAction | |
| $_request | |
| $_response | |
| $resultRedirectFactory | |
| $resultFactory | |
Additional Inherited Members | |
Data Fields inherited from ActionInterface | |
| const | FLAG_NO_DISPATCH = 'no-dispatch' |
| const | FLAG_NO_POST_DISPATCH = 'no-postDispatch' |
| const | FLAG_NO_DISPATCH_BLOCK_EVENT = 'no-beforeGenerateLayoutBlocksDispatch' |
| const | PARAM_NAME_BASE64_URL = 'r64' |
| const | PARAM_NAME_URL_ENCODED = 'uenc' |
@SuppressWarnings(PHPMD.CouplingBetweenObjects)
Definition at line 16 of file Onepage.php.
| __construct | ( | \Magento\Framework\App\Action\Context | $context, |
| \Magento\Customer\Model\Session | $customerSession, | ||
| CustomerRepositoryInterface | $customerRepository, | ||
| AccountManagementInterface | $accountManagement, | ||
| \Magento\Framework\Registry | $coreRegistry, | ||
| \Magento\Framework\Translate\InlineInterface | $translateInline, | ||
| \Magento\Framework\Data\Form\FormKey\Validator | $formKeyValidator, | ||
| \Magento\Framework\App\Config\ScopeConfigInterface | $scopeConfig, | ||
| \Magento\Framework\View\LayoutFactory | $layoutFactory, | ||
| \Magento\Quote\Api\CartRepositoryInterface | $quoteRepository, | ||
| \Magento\Framework\View\Result\PageFactory | $resultPageFactory, | ||
| \Magento\Framework\View\Result\LayoutFactory | $resultLayoutFactory, | ||
| \Magento\Framework\Controller\Result\RawFactory | $resultRawFactory, | ||
| \Magento\Framework\Controller\Result\JsonFactory | $resultJsonFactory | ||
| ) |
| \Magento\Framework\App\Action\Context | $context | |
| \Magento\Customer\Model\Session | $customerSession | |
| CustomerRepositoryInterface | $customerRepository | |
| AccountManagementInterface | $accountManagement | |
| \Magento\Framework\Registry | $coreRegistry | |
| \Magento\Framework\Translate\InlineInterface | $translateInline | |
| \Magento\Framework\Data\Form\FormKey\Validator | $formKeyValidator | |
| \Magento\Framework\App\Config\ScopeConfigInterface | $scopeConfig | |
| \Magento\Framework\View\LayoutFactory | $layoutFactory | |
| \Magento\Quote\Api\CartRepositoryInterface | $quoteRepository | |
| \Magento\Framework\View\Result\PageFactory | $resultPageFactory | |
| \Magento\Framework\View\Result\LayoutFactory | $resultLayoutFactory | |
| \Magento\Framework\Controller\Result\RawFactory | $resultRawFactory | |
| \Magento\Framework\Controller\Result\JsonFactory | $resultJsonFactory | @codeCoverageIgnore @SuppressWarnings(PHPMD.ExcessiveParameterList) |
Definition at line 103 of file Onepage.php.
|
protected |
Definition at line 167 of file Onepage.php.
|
protected |
Check can page show for unregistered users
Definition at line 269 of file Onepage.php.
|
protected |
Validate ajax request and redirect on failure
Definition at line 180 of file Onepage.php.
|
protected |
Render HTML based on requested layout handle name
| string | $handle |
Definition at line 203 of file Onepage.php.
|
protected |
Get payment method step html
Definition at line 231 of file Onepage.php.
|
protected |
Get shipping method step html
Definition at line 220 of file Onepage.php.
| getOnepage | ( | ) |
Get one page checkout model
Definition at line 259 of file Onepage.php.
|
protected |
Get progress html checkout step
| string | $checkoutStep |
Definition at line 242 of file Onepage.php.
|
protected |
Definition at line 37 of file Onepage.php.
|
protected |
Definition at line 47 of file Onepage.php.
|
protected |
Definition at line 30 of file Onepage.php.
|
protected |
Definition at line 21 of file Onepage.php.
|
protected |
Definition at line 42 of file Onepage.php.
|
protected |
Definition at line 57 of file Onepage.php.
|
protected |
Definition at line 62 of file Onepage.php.
|
protected |
Definition at line 82 of file Onepage.php.
|
protected |
Definition at line 72 of file Onepage.php.
|
protected |
Definition at line 67 of file Onepage.php.
|
protected |
Definition at line 77 of file Onepage.php.
|
protected |
Definition at line 52 of file Onepage.php.