final class QueueDeleteCommand extends Command (View source)

Traits

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

Constants

NAME

Properties

static protected array $queues from  QueueTrait

Methods

static 
create(ContainerInterface $container)

Instantiates a new instance of the implementing class using autowiring.

array
getQueues()

No description

void
complete(CompletionInput $input, CompletionSuggestions $suggestions)

No description

__construct(QueueWorkerManagerInterface $workerManager, QueueFactory $queueService)

No description

void
configure()

No description

int
execute(InputInterface $input, OutputInterface $output)

No description

Details

static create(ContainerInterface $container)

Instantiates a new instance of the implementing class using autowiring.

Parameters

ContainerInterface $container

The service container this instance should use.

array getQueues()

No description

Return Value

array

void complete(CompletionInput $input, CompletionSuggestions $suggestions)

No description

Parameters

CompletionInput $input
CompletionSuggestions $suggestions

Return Value

void

__construct(QueueWorkerManagerInterface $workerManager, QueueFactory $queueService)

No description

Parameters

QueueWorkerManagerInterface $workerManager
QueueFactory $queueService

protected void configure()

No description

Return Value

void

int execute(InputInterface $input, OutputInterface $output)

No description

Parameters

InputInterface $input
OutputInterface $output

Return Value

int