function DevelGenerateCommands::__construct
DevelGenerateCommands constructor.
Parameters
\Drupal\devel_generate\DevelGeneratePluginManager $manager: The DevelGenerate plugin manager.
File
-
devel_generate/
src/ Drush/ Commands/ DevelGenerateCommands.php, line 54
Class
- DevelGenerateCommands
- Provide Drush commands for all the core Devel Generate plugins.
Namespace
Drupal\devel_generate\Drush\CommandsCode
public function __construct(protected DevelGeneratePluginManager $manager) {
parent::__construct();
$this->setManager($manager);
}