Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$product = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Catalog\Model\Product::class) | |
$linkFactory | |
$links = [] | |
$linkData | |
$link = $linkFactory->create(['data' => $linkData]) | |
$links [] = $link | |
$extension = $product->getExtensionAttributes() | |
$productRepository | |
$extension = $product->getExtensionAttributes() |
Definition at line 53 of file product_downloadable.php.
$link = $linkFactory->create(['data' => $linkData]) |
Definition at line 43 of file product_downloadable.php.
$linkData |
Definition at line 35 of file product_downloadable.php.
$linkFactory |
Definition at line 32 of file product_downloadable.php.
$links = [] |
Definition at line 34 of file product_downloadable.php.
$links[] = $link |
Definition at line 52 of file product_downloadable.php.
$product = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Catalog\Model\Product::class) |
Definition at line 9 of file product_downloadable.php.
$productRepository |
Definition at line 57 of file product_downloadable.php.