public function QueueData::process in Warmer 8
Same name and namespace in other branches
- 2.x src/QueueData.php \Drupal\warmer\QueueData::process()
Function to execute after claiming the item.
File
- src/
QueueData.php, line 51
Class
- QueueData
- Value object to store in the queue with all the infor to process a batch.
Namespace
Drupal\warmerCode
public function process() {
call_user_func($this->callback, $this->ids, $this->warmerId);
}