public function ServiceInterface::getPluginsEnabled in Purge 8.3
Retrieve the configured plugin_ids that the service will use.
Return value
string[] Array with the plugin_ids of the enabled plugins.
1 method overrides ServiceInterface::getPluginsEnabled()
- ServiceBase::getPluginsEnabled in src/
ServiceBase.php - Retrieve the configured plugin_ids that the service will use.
File
- src/
ServiceInterface.php, line 29
Class
- ServiceInterface
- Describes a generic service for all DIC-registered service classes by Purge.
Namespace
Drupal\purgeCode
public function getPluginsEnabled();