Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Jan 2013 at 15:14 UTC
Updated:
29 Jul 2014 at 21:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettThis is a great idea. It's nice to get rid of that unnecessary hard dependency, and I can imagine this being useful in custom code.
Comment #3
damiankloip commentedOops, thought I added that back in, must have forgot to save!
Comment #4
dawehnerNitpick: Missing "\"
Comment #5
damiankloip commentedDamn you, dawehner ;)
Comment #6
damiankloip commentedWith a couple of unit tests too. What do you think?
Comment #7
damiankloip commentedWhat a noisy issue, sorry. Now using $this->container in the test and fixed the typos.
Comment #8
dawehnerI trust english people here, even they have some disagreements with the americans about certain aspects of the language :)
There should be some kind of naming standard for factories in the container (config.factory vs. queue) but yeah this is no critique on that patch.
I trust english people here, even they have some disagreements with the americans about certain aspects of the language :)
Comment #9
webchickCommitted and pushed to 8.x. Thanks!