📅  最后修改于: 2022-03-11 15:04:24.298000             🧑  作者: Mango
$node = \Drupal::routeMatch()->getParameter('node');
if ($node instanceof \Drupal\node\NodeInterface) {
// You can get nid and anything else you need from the node object.
$nid = $node->id();
}