public function TagElementInterface::getClosingName in Extensible BBCode 4.0.x
Get the original closing tag name.
Return value
string The closing tag name.
2 methods override TagElementInterface::getClosingName()
- PreparedTagElement::getClosingName in src/
PreparedTagElement.php - Get the original closing tag name.
- TagElement::getClosingName in src/
Parser/ Tree/ TagElement.php - Get the original closing tag name.
File
- src/
Parser/ Tree/ TagElementInterface.php, line 36
Class
- TagElementInterface
- A tag occurrence as processed by tag plugins.
Namespace
Drupal\xbbcode\Parser\TreeCode
public function getClosingName() : string;