|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
| $objectManager = Bootstrap::getObjectManager() | |
| $productFactory = $objectManager->get(ProductInterfaceFactory::class) | |
| $productRepository = $objectManager->get(ProductRepositoryInterface::class) | |
| $productWebsiteLinkRepository = $objectManager->get(ProductWebsiteLinkRepositoryInterface::class) | |
| $productWebsiteLinkFactory = $objectManager->get(ProductWebsiteLinkInterfaceFactory::class) | |
| $websiteRepository = $objectManager->get(WebsiteRepositoryInterface::class) | |
| $websites = $websiteRepository->getList() | |
| $productData | |
| $moduleManager = Bootstrap::getObjectManager()->get(Manager::class) | |
| $moduleManager = Bootstrap::getObjectManager()->get(Manager::class) |
Definition at line 86 of file products_virtual.php.
| $objectManager = Bootstrap::getObjectManager() |
Definition at line 24 of file products_virtual.php.
| $productData |
Definition at line 38 of file products_virtual.php.
| $productFactory = $objectManager->get(ProductInterfaceFactory::class) |
Definition at line 26 of file products_virtual.php.
| $productRepository = $objectManager->get(ProductRepositoryInterface::class) |
Definition at line 28 of file products_virtual.php.
| $productWebsiteLinkFactory = $objectManager->get(ProductWebsiteLinkInterfaceFactory::class) |
Definition at line 33 of file products_virtual.php.
| $productWebsiteLinkRepository = $objectManager->get(ProductWebsiteLinkRepositoryInterface::class) |
Definition at line 31 of file products_virtual.php.
| $websiteRepository = $objectManager->get(WebsiteRepositoryInterface::class) |
Definition at line 35 of file products_virtual.php.
| $websites = $websiteRepository->getList() |
Definition at line 36 of file products_virtual.php.