You are here

private property QueueData::$callback in Warmer 2.x

Same name and namespace in other branches
  1. 8 src/QueueData.php \Drupal\warmer\QueueData::callback

The callback to call on dequeue.

Type: callable

File

src/QueueData.php, line 15

Class

QueueData
Value object to store in the queue with all the infor to process a batch.

Namespace

Drupal\warmer

Code

private $callback;