public function PluginManagerInterface::get in Backup and Migrate 5.0.x
Get the item with the given id.
Parameters
$id:
Return value
\Drupal\backup_migrate\Core\Plugin\PluginInterface The item specified by the id or NULL if it doesn't exist.
1 method overrides PluginManagerInterface::get()
- PluginManager::get in src/
Core/ Plugin/ PluginManager.php - Get the item with the given id.
File
- src/
Core/ Plugin/ PluginManagerInterface.php, line 31
Class
- PluginManagerInterface
- Manage all of the available Plugins.
Namespace
Drupal\backup_migrate\Core\PluginCode
public function get($id);