You are here

public function TagElementInterface::getName in Extensible BBCode 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Parser/Tree/TagElementInterface.php \Drupal\xbbcode\Parser\Tree\TagElementInterface::getName()

Get the canonical (lower-case) tag name of this element.

Return value

string The tag name.

2 methods override TagElementInterface::getName()
PreparedTagElement::getName in src/PreparedTagElement.php
Get the canonical (lower-case) tag name of this element.
TagElement::getName in src/Parser/Tree/TagElement.php
Get the canonical (lower-case) tag name of this element.

File

src/Parser/Tree/TagElementInterface.php, line 18

Class

TagElementInterface
A tag occurrence as processed by tag plugins.

Namespace

Drupal\xbbcode\Parser\Tree

Code

public function getName() : string;