You are here

public function TagSetInterface::getPluginCollection in Extensible BBCode 8.3

Same name and namespace in other branches
  1. 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\Entity

Code

public function getPluginCollection() : TagPluginCollection;