You are here

public static function Og::reset in Organic groups 8

Resets the static cache.

1 call to Og::reset()
OgMembership::save in src/Entity/OgMembership.php
Saves an entity permanently.

File

src/Og.php, line 426

Class

Og
A static helper class for OG.

Namespace

Drupal\og

Code

public static function reset() {
  static::$cache = [];
}