public function DatabaseQueue::createQueue in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Queue/DatabaseQueue.php \Drupal\Core\Queue\DatabaseQueue::createQueue()
- 9 core/lib/Drupal/Core/Queue/DatabaseQueue.php \Drupal\Core\Queue\DatabaseQueue::createQueue()
File
- core/
lib/ Drupal/ Core/ Queue/ DatabaseQueue.php, line 218
Class
- DatabaseQueue
- Default queue implementation.
Namespace
Drupal\Core\QueueCode
public function createQueue() {
// All tasks are stored in a single database table (which is created on
// demand) so there is nothing we need to do to create a new queue.
}