/is'; /** * @var string Name of the tag used by this plugin */ protected $tagName = 'HC'; /** * {@inheritdoc} */ protected function setUp() { $tag = $this->configurator->tags->add($this->tagName); $tag->attributes->add($this->attrName); $tag->rules->ignoreTags(); $tag->template = ''; } }