function DevelGenerateCommands::getPluginInstance
Same name in this branch
- 5.x devel_generate/src/Drush/Commands/DevelGenerateCommands.php \Drupal\devel_generate\Drush\Commands\DevelGenerateCommands::getPluginInstance()
Same name in other branches
- 4.x devel_generate/src/Commands/DevelGenerateCommands.php \Drupal\devel_generate\Commands\DevelGenerateCommands::getPluginInstance()
Get the DevelGenerate plugin instance.
Return value
mixed The DevelGenerate plugin instance.
1 call to DevelGenerateCommands::getPluginInstance()
- DevelGenerateCommands::generate in devel_generate/
src/ Commands/ DevelGenerateCommands.php - Wrapper for calling the plugin instance generate function.
File
-
devel_generate/
src/ Commands/ DevelGenerateCommands.php, line 83
Class
- DevelGenerateCommands
- Provide Drush commands for all the Devel Generate processes.
Namespace
Drupal\devel_generate\CommandsCode
public function getPluginInstance() {
return $this->pluginInstance;
}