You are here

public function MenuTokenContextManager::removeFromState in Menu Token 9.1.x

Same name and namespace in other branches
  1. 8 src/Service/MenuTokenContextManager.php \Drupal\menu_token\Service\MenuTokenContextManager::removeFromState()

Parameters

$uuid_from_link:

File

src/Service/MenuTokenContextManager.php, line 94

Class

MenuTokenContextManager
Menu token context manager service.

Namespace

Drupal\menu_token\Service

Code

public function removeFromState($uuid_from_link) {
  unset($this->contextualReplacementLinks[$uuid_from_link]);
}