public function ServiceInterface::getPlugins in Purge 8.3
Retrieve a list of all available plugins providing the service.
Return value
array[] Associative array with plugin definitions and the plugin_id in each key.
See also
\Drupal\Component\Plugin\PluginManagerInterface::getDefinitions()
1 method overrides ServiceInterface::getPlugins()
- ServiceBase::getPlugins in src/
ServiceBase.php - Retrieve a list of all available plugins providing the service.
File
- src/
ServiceInterface.php, line 21
Class
- ServiceInterface
- Describes a generic service for all DIC-registered service classes by Purge.
Namespace
Drupal\purgeCode
public function getPlugins();