Skip to content

Instantly share code, notes, and snippets.

@slivorezka
Last active September 11, 2018 05:12
Show Gist options
  • Save slivorezka/79135b7366099ac3b15a2e4a6e0e8c9a to your computer and use it in GitHub Desktop.
Save slivorezka/79135b7366099ac3b15a2e4a6e0e8c9a to your computer and use it in GitHub Desktop.
Drupal 8: Most useful services
<?php
use Drupal\Core\Menu\MenuLinkTreeInterface;
use Drupal\Core\Menu\MenuTreeParameters;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* The menu link tree service.
*
* @var \Drupal\Core\Menu\MenuLinkTree
*/
protected $menuLinkTree;
$container->get('menu.link_tree');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment