function GenerateContentCommand::__construct

File

devel_generate/src/Drush/Commands/GenerateContentCommand.php, line 29

Class

GenerateContentCommand
#[AsCommand(name: 'devel-generate:content', description: 'Create content.', aliases: [ 'genc', 'devel-generate-content', ])] #[CLI\ValidateModulesEnabled(modules: [ 'node', ])]

Namespace

Drupal\devel_generate\Drush\Commands

Code

public function __construct(protected DevelGeneratePluginManager $manager) {
  parent::__construct();
}