W3cubDocs

/Drupal 8

function QueueFactory::__construct

QueueFactory::__construct(Settings $settings)

Constructs a queue factory.

File

core/lib/Drupal/Core/Queue/QueueFactory.php, line 34

Class

QueueFactory
Defines the queue factory.

Namespace

Drupal\Core\Queue

Code

function __construct(Settings $settings) {
  $this->settings = $settings;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Queue!QueueFactory.php/function/QueueFactory::__construct/8.1.x