function 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;
}