public function OgAccessInterface::reset in Organic groups 8
Resets the static cache.
Deprecated
in og:8.x-1.0-alpha6 and is removed from og:8.x-1.0-beta1. The static cache has been removed and this method no longer serves any purpose. Any calls to this method can safely be removed.
See also
https://github.com/Gizra/og/issues/654
1 method overrides OgAccessInterface::reset()
- OgAccess::reset in src/
OgAccess.php - Resets the static cache.
File
- src/
OgAccessInterface.php, line 173
Class
- OgAccessInterface
- Interface for classes that handle access checks in Organic Groups.
Namespace
Drupal\ogCode
public function reset() : void;