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\TreeCode
public function getClosingName() : string {
return $this->closingName;
}