You are here

public function PluginManagerInterface::get in Backup and Migrate 8.4

Get the item with the given id.

Parameters

$id:

Return value

\BackupMigrate\Core\Plugin\PluginInterface The item specified by the id or NULL if it doesn't exist.

1 method overrides PluginManagerInterface::get()
PluginManager::get in lib/backup_migrate_core/src/Plugin/PluginManager.php
Get the item with the given id.

File

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

Class

PluginManagerInterface
Manage all of the available Plugins.

Namespace

BackupMigrate\Core\Plugin

Code

public function get($id);