public function TagElement::getName in Extensible BBCode 8.3
Same name and namespace in other branches
- 4.0.x src/Parser/Tree/TagElement.php \Drupal\xbbcode\Parser\Tree\TagElement::getName()
Get the tag name of this element.
Return value
string The tag name.
Overrides TagElementInterface::getName
File
- src/
Parser/ Tree/ TagElement.php, line 89
Class
- TagElement
- A BBCode tag element.
Namespace
Drupal\xbbcode\Parser\TreeCode
public function getName() : string {
return $this->name;
}