Skip to content

Instantly share code, notes, and snippets.

@DanLaufer
Created October 19, 2018 16:45
Show Gist options
  • Save DanLaufer/da776d157d05b473a88babc00fac56f3 to your computer and use it in GitHub Desktop.
Save DanLaufer/da776d157d05b473a88babc00fac56f3 to your computer and use it in GitHub Desktop.
Drupal 8 - Get canonical node path in Twig
{% set node_path = path('entity.node.canonical', { 'node': node.id }) %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment