Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 May 2013 at 00:04 UTC
Updated:
29 Jul 2014 at 22:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
aaronott commentedStarting the conversion.
Comment #2
aaronott commentedComment #3
damiankloip commentedWe call that method twice here, we should use ->has($key) instead, or assign it to a variable first to re use.
Comment #4
aaronott commentedI switched this to the ->has($key)
Comment #6
aaronott commentedAgain with PSR-0
Comment #7
kim.pepperThis needs to be namespaced as well in PSR-0. Should be \Drupal.
We should also create a $query variable to be re-used.
Comment #8
aaronott commentedMakes sense to me. Thanks!
Comment #9
dawehnerOh I thought we would have converted all of them, so these ones sort of got lost.
Comment #10
alexpottCommitted a5343cb and pushed to 8.x. Thanks!