| Versionen | |
|---|---|
| drupal7 | public SystemQueue::createQueue() |
modules/
<?php
public function createQueue() {
// All tasks are stored in a single database table (which is created when
// Drupal is first installed) so there is nothing we need to do to create
// a new queue.
}
?>
Kommentare
Kommentar hinzufügen