public function ObjectWithPluginCollectionInterface::getPluginCollections in Markdown 8.2
Gets the plugin collections used by this object.
Return value
\Drupal\Component\Plugin\LazyPluginCollection[] An array of plugin collections, keyed by the property name they use to store their configuration.
Overrides ObjectWithPluginCollectionInterface::getPluginCollections
1 method overrides ObjectWithPluginCollectionInterface::getPluginCollections()
- BaseExtensibleParser::getPluginCollections in src/
Plugin/ Markdown/ BaseExtensibleParser.php - Gets the plugin collections used by this object.
File
- src/
BcSupport/ ObjectWithPluginCollectionInterface.php, line 31
Class
- ObjectWithPluginCollectionInterface
- Provides an interface for an object using a plugin collection.
Namespace
Drupal\markdown\BcSupportCode
public function getPluginCollections();