public function TagSetInterface::getPluginCollection in Extensible BBCode 8.3
Same name and namespace in other branches
- 4.0.x src/Entity/TagSetInterface.php \Drupal\xbbcode\Entity\TagSetInterface::getPluginCollection()
Get the plugin collection.
Return value
\Drupal\xbbcode\TagPluginCollection The plugin collection.
1 method overrides TagSetInterface::getPluginCollection()
- TagSet::getPluginCollection in src/
Entity/ TagSet.php - Get the plugin collection.
File
- src/
Entity/ TagSetInterface.php, line 52
Class
- TagSetInterface
- Defines the interface for custom tag entities.
Namespace
Drupal\xbbcode\EntityCode
public function getPluginCollection() : TagPluginCollection;