Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
11 Jul 2014 at 12:42 UTC
Updated:
22 Jun 2015 at 15:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tstoecklerLooks good! :-)
Comment #2
webchickNeeds a draft change record to explain what module authors are supposed to do now if they were calling drupal_alter() before.
Comment #3
ParisLiakos commentedchange record already exists here
https://www.drupal.org/node/1894902
but this needs a reroll now
Comment #6
ParisLiakos commentedactually..here is the reroll ;)
Comment #7
alexpottCommitted 24cfbec and pushed to 8.x. Thanks!
Comment #9
star-szrComment #11
elijah lynnChange record for this => https://www.drupal.org/node/1894902
New D8 way is
\Drupal::moduleHandler()->alter($type, &$data, &$context1 = NULL, &$context2 = NULL)