|
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() | |
| $installer = $objectManager->create(\Magento\Catalog\Setup\CategorySetup::class) | |
| $selectAttribute = $objectManager->create(\Magento\Catalog\Model\ResourceModel\Eav\Attribute::class) | |
| $selectOptions | |
| $selectOptionsIds = $selectOptions->getAllIds() | |
| $installer = $objectManager->create(\Magento\Catalog\Setup\CategorySetup::class) |
Definition at line 11 of file select_attribute.php.
| $objectManager = Bootstrap::getObjectManager() |
Definition at line 8 of file select_attribute.php.
| $selectAttribute = $objectManager->create(\Magento\Catalog\Model\ResourceModel\Eav\Attribute::class) |
Definition at line 14 of file select_attribute.php.
| $selectOptions |
Definition at line 59 of file select_attribute.php.
| $selectOptionsIds = $selectOptions->getAllIds() |
Definition at line 63 of file select_attribute.php.