You are here

public function PluginManagerInterface::getAll in Backup and Migrate 5.0.x

Get a list of all of the items.

Return value

\Drupal\backup_migrate\Core\Plugin\PluginInterface[] An ordered list of the sources, keyed by their id.

1 method overrides PluginManagerInterface::getAll()
PluginManager::getAll in src/Core/Plugin/PluginManager.php
Get a list of all of the items.

File

src/Core/Plugin/PluginManagerInterface.php, line 39

Class

PluginManagerInterface
Manage all of the available Plugins.

Namespace

Drupal\backup_migrate\Core\Plugin

Code

public function getAll();