Home
last modified time | relevance | path

Searched refs:getTags (Results 1 – 9 of 9) sorted by relevance

/template/strap/syntax/
H A Dmath.php74 foreach (self::getTags() as $element) {
184 static public function getTags(): array function in syntax_plugin_combo_math
186 return PluginUtility::getTags(get_called_class());
H A Dxmlprotectedtag.php20 private function getTags(): array function in syntax_plugin_combo_xmlprotectedtag
92 foreach ($this->getTags() as $tag) {
103 foreach ($this->getTags() as $tag) {
H A Dcell.php42 static function getTags(): array function in syntax_plugin_combo_cell
119 foreach (self::getTags() as $tag) {
130 foreach (self::getTags() as $tag) {
H A Dxmlinlinetag.php44 $array = ButtonTag::getTags();
/template/bootie/_test/
Dheader.test.php24 $elements = syntax_plugin_webcomponent_button::getTags();
/template/strap/ComboStrap/
H A DButtonTag.php90 public static function getTags(): array function in ComboStrap\\ButtonTag
H A DPluginUtility.php406 public static function getTags($get_called_class) function in ComboStrap\\PluginUtility
/template/twigstarter/vendor/twig/twig/src/
DParser.php175 … $e->addSuggestions($token->getValue(), array_keys($this->env->getTags()));
DEnvironment.php750 public function getTags() function in Twig\\Environment