function GenerateTermsCommand::__construct

File

devel_generate/src/Drush/Commands/GenerateTermsCommand.php, line 27

Class

GenerateTermsCommand
#[AsCommand(name: 'devel-generate:terms', description: 'Create terms in specified vocabulary.', aliases: [ 'gent', 'devel-generate-terms', ])]

Namespace

Drupal\devel_generate\Drush\Commands

Code

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