public function TagSet::getTags in Extensible BBCode 4.0.x
Same name and namespace in other branches
- 8.3 src/Entity/TagSet.php \Drupal\xbbcode\Entity\TagSet::getTags()
Get the configured tag plugins.
Return value
array All tags in this set, indexed by name.
Overrides TagSetInterface::getTags
1 call to TagSet::getTags()
- TagSet::getPluginCollection in src/
Entity/ TagSet.php - Get the plugin collection.
File
- src/
Entity/ TagSet.php, line 64
Class
- TagSet
- Represents a set of configured tags.
Namespace
Drupal\xbbcode\EntityCode
public function getTags() : array {
return $this->tags;
}