QueueExampleForm::$queueType

Same name in other branches
  1. 8.x-1.x queue_example/src/Forms/QueueExampleForm.php \Drupal\queue_example\Forms\QueueExampleForm::queueType
  2. 4.0.x modules/queue_example/src/Form/QueueExampleForm.php \Drupal\queue_example\Form\QueueExampleForm::queueType

What kind of queue backend are we using?

Type: string

File

modules/queue_example/src/Form/QueueExampleForm.php, line 47

Class

QueueExampleForm
Form with examples on how to use queue.

Namespace

Drupal\queue_example\Form

Code

protected $queueType;