You are here

public function EntityAccessControlHandlerInterface::resetCache in Drupal 9

Same name and namespace in other branches
  1. 8 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();