You are here

public function UpdateRunnerInterface::getQueue in Scheduled Updates 8

Get the Queue for this Update Runner.

Return value

\Drupal\Core\Queue\QueueInterface The queue object.

1 method overrides UpdateRunnerInterface::getQueue()
BaseUpdateRunner::getQueue in src/Plugin/BaseUpdateRunner.php
Get the Queue for this Update Runner.

File

src/Plugin/UpdateRunnerInterface.php, line 53
Contains Drupal\scheduled_updates\Plugin\UpdateRunnerInterface.

Class

UpdateRunnerInterface
Interface for Update Runner Plugins.

Namespace

Drupal\scheduled_updates\Plugin

Code

public function getQueue();