getPathByAlias('/this-is-the-alias'); if(preg_match('/node\/(\d+)/', $path, $matches)) { $node = \Drupal\node\Entity\Node::load($matches[1]); }