Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
layout_update.php File Reference

Go to the source code of this file.

Variables

 $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
 
 $theme = $objectManager->create(\Magento\Framework\View\Design\ThemeInterface::class)
 
 $updateNotTemporary = $objectManager->create(\Magento\Widget\Model\Layout\Update::class)
 
 $updateTemporary = $objectManager->create(\Magento\Widget\Model\Layout\Update::class)
 

Variable Documentation

◆ $objectManager

Definition at line 8 of file layout_update.php.

◆ $theme

$theme = $objectManager->create(\Magento\Framework\View\Design\ThemeInterface::class)

Definition at line 13 of file layout_update.php.

◆ $updateNotTemporary

$updateNotTemporary = $objectManager->create(\Magento\Widget\Model\Layout\Update::class)

Definition at line 25 of file layout_update.php.

◆ $updateTemporary

$updateTemporary = $objectManager->create(\Magento\Widget\Model\Layout\Update::class)

Definition at line 37 of file layout_update.php.