$node = Drupal::routeMatch()->getParameter('node'); if ($node instanceof Drupal odeNodeInterface) { // You can get nid and anything else you need from the node object. $nid = $node->id(); }