Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 May 2013 at 18:48 UTC
Updated:
29 Jul 2014 at 22:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
aspilicious commentedMust come back green!
Comment #2
chx commentedAgreed.
Comment #3
alexpottWe should update the docs too then... in system.api.php...
Comment #4
damiankloip commentedYep, good point. Let's update the actual docs.
Comment #5
damiankloip commentedThis still applies fine, and is a really small change - any chance this can get in?
Comment #6
dawehnerOn views we had an issue with call_user_func on php 5.4, see #1933290: Saving anything on handlers isn't stored properly
so call_user_func_array should be used instead. In this case it works fine as data is an object, but for just arrays in the queue we have a problem
Comment #7
damiankloip commentedThat's a very good point.
Comment #8
dawehnerLet's get that.
Comment #9
ParisLiakos commenteddupe: #1972246: Allow a queue worker callback to be a class method
Comment #10
alexpottCommitted 5ecc704 and pushed to 8.x. Thanks!