function InstantQueueRunnerInterface::registerQueue

Registers a queue to be run by the instant queue runner.

Parameters

string $queue_name: The queue name.

File

core/lib/Drupal/Core/Queue/InstantQueueRunnerInterface.php, line 18

Class

InstantQueueRunnerInterface
Provides an interface for adding queues to be run instantly.

Namespace

Drupal\Core\Queue

Code

public function registerQueue(string $queue_name) : void;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.