Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Jun 2013 at 20:30 UTC
Updated:
29 Jul 2014 at 22:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
plopescHello
Attaching patch that moves PHP default argument and argument validator to PHP module.
Regards
Comment #2
chx commentedVery nice job, separating out the test like that.
With this patch, all evals are now inside the PHP module.
Comment #3
dawehnerIt is a perfect idea to move this functionality to the php module.
Here is also a move diff, as it is way easier to review, so no credit please.
Additional there are some fixes involved which seemed to be required to get this change in.
Comment #4
chx commentedOh sure, thanks for fixing it up. (Although I still object fixing Contains vs Definition piecemeal, it needs to be done in one go, but as long as it doesnt block a patch why not.)
Comment #5
alexpottCommitted a5c9398 and pushed to 8.x. Thanks!