Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Nov 2013 at 15:14 UTC
Updated:
29 Jul 2014 at 23:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
damiankloip commentedThat unit test needs adapting.
Comment #3
dawehnerNice work!
It feels wrong to still have static functions but I agree that this is out of scope here.
You can also use the languageManager service as alternative to this function call.
Can we replace that with \Drupal::cache() right now?
Comment #4
olli commentedThis looks like it could be replaced with $this->getConfigFactoryStub().
Comment #5
damiankloip commentedYou mean a static variable I guess? :)
Good point olli! I can totally use that!
Made the other changes too.
Comment #6
dawehnerolli++ seriously, great catch!
Comment #7
dawehnerWonderful!
Comment #8
webchickSeems like this is pretty self-contained, so should be safe to commit.
Committed and pushed to 8.x. Thanks!
I guess this doesn't need a change notice if it's internal to views?