You are here

public function PluginManagerInterface::getAll in Backup and Migrate 8.4

Get a list of all of the items.

Return value

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

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

File

lib/backup_migrate_core/src/Plugin/PluginManagerInterface.php, line 37

Class

PluginManagerInterface
Manage all of the available Plugins.

Namespace

BackupMigrate\Core\Plugin

Code

public function getAll();