public function TagElement::getAttributes 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::getAttributes()
Return all attribute values.
Return value
string[] The tag attributes, indexed by name.
Overrides TagElementInterface::getAttributes
File
- src/
Parser/ Tree/ TagElement.php, line 120
Class
- TagElement
- A BBCode tag element.
Namespace
Drupal\xbbcode\Parser\TreeCode
public function getAttributes() : array {
return $this->attributes;
}