Created
August 19, 2016 11:38
-
-
Save leymannx/6cdc544354332ba58619f5146a9ae358 to your computer and use it in GitHub Desktop.
Drupal 8 menu get object
Use \Drupal::routeMatch()->getParameter('node'); instead
@purushotamrai – Why? This won't work on node reviews or node revisions. See https://www.drupal.org/project/drupal/issues/3005029#comment-13180175
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usefull, TX