class ApplicationFactory (View source)

Methods

__construct(ContainerInterface $container, ContainerInterface $drush_container, LoggerInterface $logger)

No description

Application
create()

Creates Drush generate application.

array
discover()

No description

array
filterCLassExists(array $classes)

Check each class for existence.

static void
alterGenerators(GeneratorInfoAlter $event)

Implements hook GeneratorInfoAlter.

LoggerInterface
logger()

No description

Details

__construct(ContainerInterface $container, ContainerInterface $drush_container, LoggerInterface $logger)

No description

Parameters

ContainerInterface $container
ContainerInterface $drush_container
LoggerInterface $logger

Application create()

Creates Drush generate application.

Return Value

Application

array discover()

No description

Return Value

array

array filterCLassExists(array $classes)

Check each class for existence.

Parameters

array $classes

Return Value

array

static void alterGenerators(GeneratorInfoAlter $event)

Implements hook GeneratorInfoAlter.

Parameters

GeneratorInfoAlter $event

Return Value

void

LoggerInterface logger()

No description

Return Value

LoggerInterface