public function SynonymDrushCommands::__construct in Search API Synonym 8
Constructs the Drush command.
Parameters
\Drupal\search_api_synonym\Export\ExportPluginManager $pluginManager:
File
- src/
Command/ SynonymDrushCommands.php, line 31 - Drush commands for the Search API Synonym module.
Class
- SynonymDrushCommands
- Drush commands for the Search API Synonym module.
Namespace
Drupal\search_api_synonym\CommandCode
public function __construct(ExportPluginManager $pluginManager) {
$this->pluginManager = $pluginManager;
}