You are here

interface MenuHelperInterface in Menu Trail By Path 8

Hierarchy

Expanded class hierarchy of MenuHelperInterface

All classes that implement MenuHelperInterface

1 file declares its use of MenuHelperInterface
MenuTrailByPathActiveTrail.php in src/MenuTrailByPathActiveTrail.php

File

src/Menu/MenuHelperInterface.php, line 5

Namespace

Drupal\menu_trail_by_path\Menu
View source
interface MenuHelperInterface {

  /**
   * @param $menu_name
   * @return \Drupal\Core\Menu\MenuLinkInterface[]
   */
  public function getMenuLinks($menu_name);

}

Members