You are here

public function TrackerInterface::getTrackedMenus in Menu Entity Index 8

Gets menus configured for tracking.

Return value

array Menu names to tack.

1 method overrides TrackerInterface::getTrackedMenus()
Tracker::getTrackedMenus in src/Tracker.php
Gets menus configured for tracking.

File

src/TrackerInterface.php, line 71

Class

TrackerInterface
Defines an interface for classes tracking entities referenced by menu links.

Namespace

Drupal\menu_entity_index

Code

public function getTrackedMenus();