public function TagSetInterface::getTags in Extensible BBCode 8.3
Same name and namespace in other branches
- 4.0.x src/Entity/TagSetInterface.php \Drupal\xbbcode\Entity\TagSetInterface::getTags()
Get the configured tag plugins.
Return value
array All tags in this set, indexed by name.
1 method overrides TagSetInterface::getTags()
- TagSet::getTags in src/
Entity/ TagSet.php - Get the configured tag plugins.
File
- src/
Entity/ TagSetInterface.php, line 22
Class
- TagSetInterface
- Defines the interface for custom tag entities.
Namespace
Drupal\xbbcode\EntityCode
public function getTags() : array;