Searched refs:EXTRA_PATTERN_CONF (Results 1 – 9 of 9) sorted by relevance
7 $lang[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = 'Related Component - Another patter…
7 $conf[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = '{{backlinks>.}}';
7 $meta[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = array('string');
26 const EXTRA_PATTERN_CONF = 'extra_pattern'; define in syntax_plugin_webcomponent_related83 $extraPattern = $this->getConf(self::EXTRA_PATTERN_CONF);
81 $extraPattern = $this->getConf(RelatedTag::EXTRA_PATTERN_CONF);
25 public const EXTRA_PATTERN_CONF = 'extra_pattern'; define in ComboStrap\\Tag\\RelatedTag
119 …n'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = self::EXT…
52 $meta[RelatedTag::EXTRA_PATTERN_CONF] = array('string');
49 $lang[RelatedTag::EXTRA_PATTERN_CONF] = PluginUtility::getDocumentationHyperLink("related", "Related Component") . ' - Another pattern';