function GenerateBlockCommand::__construct
File
-
devel_generate/
src/ Drush/ Commands/ GenerateBlockCommand.php, line 29
Class
- GenerateBlockCommand
- #[AsCommand(name: 'devel-generate:block-content', description: 'Create Block content blocks.', aliases: [ 'genbc', 'devel-generate-block-content', ])] #[CLI\ValidateModulesEnabled(modules: [ 'block_content', ])]
Namespace
Drupal\devel_generate\Drush\CommandsCode
public function __construct(protected DevelGeneratePluginManager $manager) {
parent::__construct();
}