function EntityAccessControlHandlerInterface::resetCache

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php \Drupal\Core\Entity\EntityAccessControlHandlerInterface::resetCache()
  2. 10 core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php \Drupal\Core\Entity\EntityAccessControlHandlerInterface::resetCache()
  3. 11.x core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php \Drupal\Core\Entity\EntityAccessControlHandlerInterface::resetCache()

Clears all cached access checks.

1 method overrides EntityAccessControlHandlerInterface::resetCache()
EntityAccessControlHandler::resetCache in core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
Clears all cached access checks.

File

core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php, line 68

Class

EntityAccessControlHandlerInterface
Defines an interface for entity access control handlers.

Namespace

Drupal\Core\Entity

Code

public function resetCache();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.