Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager() | |
$mediaGalleryEntryFactory | |
$imageContentFactory = $objectManager->get(\Magento\Framework\Api\Data\ImageContentInterfaceFactory::class) | |
$imageContent = $imageContentFactory->create() | |
$testImagePath = __DIR__ .'/magento_image.jpg' | |
$video = $mediaGalleryEntryFactory->create() | |
$mediaGalleryEntryExtensionFactory | |
$mediaGalleryEntryExtension = $mediaGalleryEntryExtensionFactory->create() | |
$videoContentFactory | |
$videoContent = $videoContentFactory->create() | |
$mediaGalleryManagement | |
$imageContent = $imageContentFactory->create() |
Definition at line 26 of file product_simple_with_media_gallery_entries.php.
Magento Framework Api Data ImageContentInterfaceFactory $imageContentFactory = $objectManager->get(\Magento\Framework\Api\Data\ImageContentInterfaceFactory::class) |
Definition at line 25 of file product_simple_with_media_gallery_entries.php.
$mediaGalleryEntryExtension = $mediaGalleryEntryExtensionFactory->create() |
Definition at line 47 of file product_simple_with_media_gallery_entries.php.
Magento Catalog Api Data ProductAttributeMediaGalleryEntryExtensionFactory $mediaGalleryEntryExtensionFactory |
Definition at line 44 of file product_simple_with_media_gallery_entries.php.
Magento Catalog Api Data ProductAttributeMediaGalleryEntryInterfaceFactory $mediaGalleryEntryFactory |
Definition at line 18 of file product_simple_with_media_gallery_entries.php.
Magento Catalog Api ProductAttributeMediaGalleryManagementInterface $mediaGalleryManagement |
Definition at line 69 of file product_simple_with_media_gallery_entries.php.
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager() |
Definition at line 12 of file product_simple_with_media_gallery_entries.php.
$testImagePath = __DIR__ .'/magento_image.jpg' |
Definition at line 27 of file product_simple_with_media_gallery_entries.php.
$video = $mediaGalleryEntryFactory->create() |
Definition at line 32 of file product_simple_with_media_gallery_entries.php.
$videoContent = $videoContentFactory->create() |
Definition at line 55 of file product_simple_with_media_gallery_entries.php.
Magento Framework Api Data VideoContentInterfaceFactory $videoContentFactory |
Definition at line 52 of file product_simple_with_media_gallery_entries.php.