public function StateInterface::resetCache in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Core/State/StateInterface.php \Drupal\Core\State\StateInterface::resetCache()
Resets the static cache.
This is mainly used in testing environments.
1 method overrides StateInterface::resetCache()
- State::resetCache in lib/
Drupal/ Core/ State/ State.php - Resets the static cache.
File
- lib/
Drupal/ Core/ State/ StateInterface.php, line 80 - Contains \Drupal\Core\State\StateInterface.
Class
- StateInterface
- Defines the interface for the state system.
Namespace
Drupal\Core\StateCode
public function resetCache();