public function TrackerInterface::getTrackedEntityTypes in Menu Entity Index 8
Gets entity types configured for tracking.
Return value
array Entity Type Ids to tack.
1 method overrides TrackerInterface::getTrackedEntityTypes()
- Tracker::getTrackedEntityTypes in src/
Tracker.php - Gets entity types configured for tracking.
File
- src/
TrackerInterface.php, line 63
Class
- TrackerInterface
- Defines an interface for classes tracking entities referenced by menu links.
Namespace
Drupal\menu_entity_indexCode
public function getTrackedEntityTypes();