Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Theme Class Reference
Inheritance diagram for Theme:
AbstractHelper

Public Member Functions

 __construct (\Magento\Framework\App\Helper\Context $context, \Magento\Framework\View\Layout\ProcessorFactory $layoutProcessorFactory, \Magento\Framework\View\Asset\Repository $assetRepo)
 
- Public Member Functions inherited from AbstractHelper
 __construct (Context $context)
 
 isModuleOutputEnabled ($moduleName=null)
 

Protected Attributes

 $_layoutProcessorFactory
 
 $_assetRepo
 
- Protected Attributes inherited from AbstractHelper
 $_moduleName
 
 $_request
 
 $_moduleManager
 
 $_logger
 
 $_urlBuilder
 
 $_httpHeader
 
 $_eventManager
 
 $_remoteAddress
 
 $urlEncoder
 
 $urlDecoder
 
 $scopeConfig
 
 $_cacheConfig
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractHelper
 _getRequest ()
 
 _getModuleName ()
 
 _getUrl ($route, $params=[])
 

Detailed Description

Definition at line 12 of file Theme.php.

Constructor & Destructor Documentation

◆ __construct()

Parameters
\Magento\Framework\App\Helper\Context$context
\Magento\Framework\View\Layout\ProcessorFactory$layoutProcessorFactory
\Magento\Framework\View\Asset\Repository$assetRepo

Definition at line 31 of file Theme.php.

35  {
36  $this->_layoutProcessorFactory = $layoutProcessorFactory;
37  $this->_assetRepo = $assetRepo;
38  parent::__construct($context);
39  }

Field Documentation

◆ $_assetRepo

$_assetRepo
protected

Definition at line 24 of file Theme.php.

◆ $_layoutProcessorFactory

$_layoutProcessorFactory
protected

Definition at line 19 of file Theme.php.


The documentation for this class was generated from the following file: