Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ParisLiakos’s picture

Status: Active » Needs review
FileSize
3.68 KB
dawehner’s picture

Status: Needs review » Reviewed & tested by the community
+++ b/core/modules/aggregator/lib/Drupal/aggregator/Routing/AggregatorController.phpundefined
@@ -0,0 +1,59 @@
+  /**
+   * Stores the Entity manager.
+   *
+   * @var \Drupal\Core\Entity\EntityManager
+   */
+  protected $entityManager;

Talked with paris whether it makes sense to store the storage controller instead, but on the longrun more page callbacks will be converted, so they will need the entity manager again.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 04fd884 and pushed to 8.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.