public function TagSet::getTags in Extensible BBCode 8.3
Same name and namespace in other branches
- 4.0.x 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 65
Class
- TagSet
- Represents a set of configured tags.
Namespace
Drupal\xbbcode\EntityCode
public function getTags() : array {
return $this->tags;
}