You are here

public function TrackerInterface::updateEntity in Menu Entity Index 8

Updates database tracking for new or updated entities.

Parameters

\Drupal\Core\Entity\EntityInterface $entity: The updated host entity.

1 method overrides TrackerInterface::updateEntity()
Tracker::updateEntity in src/Tracker.php
Updates database tracking for new or updated entities.

File

src/TrackerInterface.php, line 113

Class

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

Namespace

Drupal\menu_entity_index

Code

public function updateEntity(EntityInterface $entity);