Skip to content

Instantly share code, notes, and snippets.

@peterlozano
Last active June 24, 2016 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterlozano/d95332a1486b374c1ed18f5aa5a255b7 to your computer and use it in GitHub Desktop.
Save peterlozano/d95332a1486b374c1ed18f5aa5a255b7 to your computer and use it in GitHub Desktop.
Create absolute link to node in D8
<?php
$url = \Drupal\Core\Url::fromRoute('entity.node.canonical', array('node' => $nid), array('absolute' => TRUE))->toString();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment