You are here

public function TrackerInterface::isTrackedEntityType in Menu Entity Index 8

Checks, if an entity type is among the tracked entity types.

Parameters

\Drupal\Core\Entity\EntityTypeInterface $type: Entity type to check.

Return value

bool TRUE, if entity type is among tracked entity types. Otherwise FALSE.

1 method overrides TrackerInterface::isTrackedEntityType()
Tracker::isTrackedEntityType in src/Tracker.php
Checks, if an entity type is among the tracked entity types.

File

src/TrackerInterface.php, line 82

Class

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

Namespace

Drupal\menu_entity_index

Code

public function isTrackedEntityType(EntityTypeInterface $type);