You are here

public function MenuTreeStorageInterface::resetDefinitions in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php \Drupal\Core\Menu\MenuTreeStorageInterface::resetDefinitions()

Clears all definitions cached in memory.

1 method overrides MenuTreeStorageInterface::resetDefinitions()
MenuTreeStorage::resetDefinitions in core/lib/Drupal/Core/Menu/MenuTreeStorage.php
Clears all definitions cached in memory.

File

core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php, line 24

Class

MenuTreeStorageInterface
Defines an interface for storing a menu tree containing menu link IDs.

Namespace

Drupal\Core\Menu

Code

public function resetDefinitions();