You are here

public function ModifiableServiceInterface::getPluginsAvailable in Purge 8.3

Retrieve the plugin IDs of plugins that can be enabled.

Return value

string[] Unassociative array with plugin IDs that are available to be enabled.

See also

\Drupal\purge\ModifiableServiceInterface::setPluginsEnabled()

1 method overrides ModifiableServiceInterface::getPluginsAvailable()
PurgersService::getPluginsAvailable in src/Plugin/Purge/Purger/PurgersService.php
This method takes into account that purger plugins that are not multi-instantiable, can only be loaded once and are no longer available if they are already available. Plugins that are multi-instantiable, will always be listed.

File

src/ModifiableServiceInterface.php, line 18

Class

ModifiableServiceInterface
Describes a container service of which its back-end plugins can be changed.

Namespace

Drupal\purge

Code

public function getPluginsAvailable();