Created
October 27, 2015 13:31
-
-
Save jerbob92/ab3ceda2f22181b98203 to your computer and use it in GitHub Desktop.
Drupal 8 Derative Advanced Menu Link Example
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
and for an external link, use:
'url' => 'https://external.url',
vs
'route_name' => 'entity.node.canonical',
'route_parameters' => [
'node' => $node->id(),
],