On this page
class QueueFactory
Defines the queue factory.
Hierarchy
- class \Drupal\Core\Queue\QueueFactory implements ContainerAwareInterface uses ContainerAwareTrait
File
- core/lib/Drupal/Core/Queue/QueueFactory.php, line 12
Namespace
Drupal\Core\QueueMembers
| Name | Modifiers | Type | Description |
|---|---|---|---|
| ContainerAwareTrait::$container | protected | property | |
| ContainerAwareTrait::setContainer | public | function | Sets the container. Overrides ContainerAwareInterface::setContainer |
| QueueFactory::$queues | protected | property | Instantiated queues, keyed by name. |
| QueueFactory::$settings | protected | property | The settings object. |
| QueueFactory::get | public | function | Constructs a new queue. |
| QueueFactory::__construct | function | Constructs a queue factory. |
© 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/class/QueueFactory/8.1.x