You are here

public function TagElement::getClosingName in Extensible BBCode 4.0.x

Get the original closing tag name.

Return value

string The closing tag name.

Overrides TagElementInterface::getClosingName

File

src/Parser/Tree/TagElement.php, line 117

Class

TagElement
A BBCode tag element.

Namespace

Drupal\xbbcode\Parser\Tree

Code

public function getClosingName() : string {
  return $this->closingName;
}