function QueueFactoryInterface::get

Same name in other branches
  1. 10 core/lib/Drupal/Core/Queue/QueueFactoryInterface.php \Drupal\Core\Queue\QueueFactoryInterface::get()

Constructs a new queue object for a given name.

Parameters

string $name: The name of the queue.

Return value

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

1 method overrides QueueFactoryInterface::get()
QueueDatabaseFactory::get in core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php

File

core/lib/Drupal/Core/Queue/QueueFactoryInterface.php, line 19

Class

QueueFactoryInterface
An interface defining queue factory classes.

Namespace

Drupal\Core\Queue

Code

public function get($name);

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