QueueRunCommand
final class QueueRunCommand 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.
from
AutowireTrait
void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
No description
from
QueueTrait
__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.
array
getQueues()
No description
void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
No description
__construct(QueueWorkerManagerInterface $workerManager, QueueFactory $queueService)
No description
protected void
configure()
No description
int
execute(InputInterface $input, OutputInterface $output)
No description