Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
aggregator.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
22 May 2013 at 23:38 UTC
Updated:
29 Jul 2014 at 22:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ebeyrent commentedComment #2
bojanz commentedComment #4
ebeyrent commentedFixed calls to Drupal static methods
Comment #5
ebeyrent commentedComment #7
ebeyrent commented#1: 2001202-1.patch queued for re-testing.
Comment #8
ddrozdik commentedReplaced all places where was called drupal_container() and also changed module_exists() function.
Comment #10
ddrozdik commentedhm, I will try to find problem and will fix it.
Comment #11
ebeyrent commentedShould be \Drupal::service()
Should be \Drupal::moduleHandler()
Comment #12
ddrozdik commentedComment #13
ebeyrent commentedRTBC
Comment #14
webchickThis no longer applies for me.
Comment #15
ddrozdik commentedComment #16
ParisLiakos commentedthank you
Comment #17
alexpottI'm tempted to postpone this on making the EntityManager inherit from DefaultPluginManager
Comment #18
ParisLiakos commentedwe can make it use the property there, we dont even have an issue for that yet...but i am fine with anything
Comment #19
alexpottCommitted cdcba7f and pushed to 8.x. Thanks!