public function TagElementInterface::getName in Extensible BBCode 8.3
Same name and namespace in other branches
- 4.0.x src/Parser/Tree/TagElementInterface.php \Drupal\xbbcode\Parser\Tree\TagElementInterface::getName()
Get the tag name of this element.
Return value
string The tag name.
2 methods override TagElementInterface::getName()
- PreparedTagElement::getName in src/
PreparedTagElement.php - Get the tag name of this element.
- TagElement::getName in src/
Parser/ Tree/ TagElement.php - Get the 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\TreeCode
public function getName() : string;