|
| isCacheable () |
|
| setIsCacheable ($isCacheable) |
|
| __construct (Layout\ProcessorFactory $processorFactory, ManagerInterface $eventManager, Layout\Data\Structure $structure, MessageManagerInterface $messageManager, Design\Theme\ResolverInterface $themeResolver, Layout\ReaderPool $readerPool, Layout\GeneratorPool $generatorPool, FrontendInterface $cache, Layout\Reader\ContextFactory $readerContextFactory, Layout\Generator\ContextFactory $generatorContextFactory, AppState $appState, Logger $logger, $cacheable=true, SerializerInterface $serializer=null) |
|
| setGeneratorPool (Layout\GeneratorPool $generatorPool) |
|
| setBuilder (Layout\BuilderInterface $builder) |
|
| publicBuild () |
|
| __destruct () |
|
| getUpdate () |
|
| generateXml () |
|
| generateElements () |
|
| getChildBlock ($parentName, $alias) |
|
| setChild ($parentName, $elementName, $alias) |
|
| reorderChild ($parentName, $childName, $offsetOrSibling, $after=true) |
|
| unsetChild ($parentName, $alias) |
|
| getChildNames ($parentName) |
|
| getChildBlocks ($parentName) |
|
| getChildName ($parentName, $alias) |
|
| renderElement ($name, $useCache=true) |
|
| renderNonCachedElement ($name) |
|
| addToParentGroup ($blockName, $parentGroupName) |
|
| getGroupChildNames ($blockName, $groupName) |
|
| hasElement ($name) |
|
| getElementProperty ($name, $attribute) |
|
| isBlock ($name) |
|
| isUiComponent ($name) |
|
| isContainer ($name) |
|
| isManipulationAllowed ($name) |
|
| setBlock ($name, $block) |
|
| unsetElement ($name) |
|
| createBlock ($type, $name='', array $arguments=[]) |
|
| addBlock ($block, $name='', $parent='', $alias='') |
|
| renameElement ($oldName, $newName) |
|
| getAllBlocks () |
|
| getBlock ($name) |
|
| getUiComponent ($name) |
|
| getParentName ($childName) |
|
| getElementAlias ($name) |
|
| addOutputElement ($name) |
|
| removeOutputElement ($name) |
|
| getOutput () |
|
| getMessagesBlock () |
|
| getBlockSingleton ($type) |
|
| addAdjustableRenderer ($namespace, $staticType, $dynamicType, $type, $template, $data=[]) |
|
| getRendererOptions ($namespace, $staticType, $dynamicType) |
|
| initMessages ($messageGroups=[]) |
|
| isCacheable () |
|
| isPrivate () |
|
| setIsPrivate ($isPrivate=true) |
|
| getReaderContext () |
|
| __construct ($sourceData=null) |
|
| setXml (Element $node) |
|
| getNode ($path=null) |
|
| getXpath ($xpath) |
|
| getXmlString () |
|
| loadFile ($filePath) |
|
| loadString ($string) |
|
| loadDom (\DOMNode $dom) |
|
| setNode ($path, $value, $overwrite=true) |
|
| applyExtends () |
|
| processFileData ($text) |
|
| extend (Config $config, $overwrite=true) |
|
| __destruct () |
|
| addContainer ($name, $label, array $options=[], $parent='', $alias='') |
|
Definition at line 9 of file Layout.php.