function DevelGenerateCommands::getPluginInstance
Get the DevelGenerate plugin instance.
Return value
\Drupal\devel_generate\DevelGenerateBaseInterface The DevelGenerate plugin instance.
File
- 
              devel_generate/src/ Drush/ Commands/ DevelGenerateCommands.php, line 85 
Class
- DevelGenerateCommands
- Provide Drush commands for all the core Devel Generate plugins.
Namespace
Drupal\devel_generate\Drush\CommandsCode
public function getPluginInstance() : DevelGenerateBaseInterface {
  return $this->pluginInstance;
}