nortmas
9/27/2017 - 4:45 PM

Is node page

$route_match = \Drupal::routeMatch();

if ($route_match->getRouteName() == 'entity.node.canonical') {
  return true;
}

// or

\Drupal::request()->attributes->get('node');