10 class Container implements Layout\GeneratorInterface
63 $structure = $generatorContext->getStructure();
67 if (
$type === self::TYPE) {
110 throw new \Magento\Framework\Exception\LocalizedException(
112 'Html tag "%1" is forbidden for usage in containers. Consider to use one of the allowed: %2.',
124 throw new \Magento\Framework\Exception\LocalizedException(
125 new \
Magento\Framework\
Phrase(
'HTML ID or class will not have effect, if HTML tag is not specified.')
const CONTAINER_OPT_HTML_ID
const CONTAINER_OPT_HTML_ID
const CONTAINER_OPT_HTML_TAG
validateOptions($options)
const CONTAINER_OPT_HTML_CLASS
process(Layout\Reader\Context $readerContext, Layout\Generator\Context $generatorContext)
const CONTAINER_OPT_HTML_CLASS
generateContainer(Layout\Data\Structure $structure, $elementName, $options)
const CONTAINER_OPT_HTML_TAG
const CONTAINER_OPT_LABEL