public function PluginCommands::__construct in Plugin 8.2
Creates a PluginCommands instance.
Parameters
\Drupal\plugin\PluginType\PluginTypeManagerInterface $plugin_type_manager: The Plugin type manager service.
File
- src/
Commands/ PluginCommands.php, line 27
Class
- PluginCommands
- Drush integration for the Plugin module.
Namespace
Drupal\plugin\CommandsCode
public function __construct(PluginTypeManagerInterface $plugin_type_manager) {
$this->pluginTypeManager = $plugin_type_manager;
}