Guest User

Untitled

a guest
May 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // Get the results.
  2. $route_match = \Drupal::routeMatch();
  3. if (in_array($route_match->getRouteName(), ['node.add','entity.node.edit_form'])) {
  4. // Do something.
  5. }
Add Comment
Please, Sign In to add comment