Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$productRepository | |
$installer = Bootstrap::getObjectManager()->create(CategorySetup::class) | |
$options = $attribute->getOptions() | |
$attributeValues = [] | |
$attributeSetId = $installer->getAttributeSetId('catalog_product', 'Default') | |
$associatedProductIds = [] | |
$productsSku = [1110, 1120] | |
$isFirstOption = true | |
$product = Bootstrap::getObjectManager()->create(Product::class) | |
$optionsFactory = Bootstrap::getObjectManager()->create(Factory::class) | |
$configurableAttributesData | |
$configurableOptions = $optionsFactory->create($configurableAttributesData) | |
$extensionConfigurableAttributes = $product->getExtensionAttributes() | |
$stockItem = $product->getExtensionAttributes()->getStockItem() | |
$associatedProductIds = [] |
Definition at line 35 of file product_configurable_not_available.php.
$attributeSetId = $installer->getAttributeSetId('catalog_product', 'Default') |
Definition at line 34 of file product_configurable_not_available.php.
$attributeValues = [] |
Definition at line 33 of file product_configurable_not_available.php.
$configurableAttributesData |
Definition at line 75 of file product_configurable_not_available.php.
$configurableOptions = $optionsFactory->create($configurableAttributesData) |
Definition at line 85 of file product_configurable_not_available.php.
$extensionConfigurableAttributes = $product->getExtensionAttributes() |
Definition at line 87 of file product_configurable_not_available.php.
$installer = Bootstrap::getObjectManager()->create(CategorySetup::class) |
Definition at line 27 of file product_configurable_not_available.php.
$isFirstOption = true |
Definition at line 39 of file product_configurable_not_available.php.
$options = $attribute->getOptions() |
Definition at line 31 of file product_configurable_not_available.php.
$optionsFactory = Bootstrap::getObjectManager()->create(Factory::class) |
Definition at line 73 of file product_configurable_not_available.php.
$product = Bootstrap::getObjectManager()->create(Product::class) |
Definition at line 70 of file product_configurable_not_available.php.
$productRepository |
Definition at line 23 of file product_configurable_not_available.php.
$productsSku = [1110, 1120] |
Definition at line 36 of file product_configurable_not_available.php.
$stockItem = $product->getExtensionAttributes()->getStockItem() |
Definition at line 102 of file product_configurable_not_available.php.