public function TagElementInterface::getAttributes in Extensible BBCode 4.0.x
Same name and namespace in other branches
- 8.3 src/Parser/Tree/TagElementInterface.php \Drupal\xbbcode\Parser\Tree\TagElementInterface::getAttributes()
Return all attribute values.
Return value
string[] The tag attributes, indexed by name.
2 methods override TagElementInterface::getAttributes()
- PreparedTagElement::getAttributes in src/
PreparedTagElement.php - Return all attribute values.
- TagElement::getAttributes in src/
Parser/ Tree/ TagElement.php - Return all attribute values.
File
- src/
Parser/ Tree/ TagElementInterface.php, line 85
Class
- TagElementInterface
- A tag occurrence as processed by tag plugins.
Namespace
Drupal\xbbcode\Parser\TreeCode
public function getAttributes() : array;