public function QueueListCommand::__construct in Advanced Queue 8
Constructs a new QueueListCommand object.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.
File
- src/
Command/ QueueListCommand.php, line 40
Class
- QueueListCommand
- Queue list command.
Namespace
Drupal\advancedqueue\CommandCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
parent::__construct();
$this->entityTypeManager = $entity_type_manager;
}