We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40815e commit 5124dfbCopy full SHA for 5124dfb
lib/internal/Magento/Framework/View/Layout/Generator/Container.php
@@ -7,6 +7,12 @@
7
8
use Magento\Framework\View\Layout;
9
10
+/**
11
+ * Creates html container and validates element
12
+ *
13
+ * Class Container
14
+ * @package Magento\Framework\View\Layout\Generator
15
+ */
16
class Container implements Layout\GeneratorInterface
17
{
18
/**#@+
@@ -48,7 +54,7 @@ class Container implements Layout\GeneratorInterface
48
54
];
49
55
50
56
/**
51
- * {@inheritdoc}
57
+ * @inheritdoc
52
58
*
53
59
* @return string
60
*/
@@ -101,6 +107,8 @@ public function generateContainer(
101
107
}
102
108
103
109
110
+ * Validates allowed htmlTags for layout
111
104
112
* @param array $options
105
113
* @return void
106
114
* @throws \Magento\Framework\Exception\LocalizedException
0 commit comments