function WorkspaceRepositoryInterface::resetCache
Same name in other branches
- 9 core/modules/workspaces/src/WorkspaceRepositoryInterface.php \Drupal\workspaces\WorkspaceRepositoryInterface::resetCache()
- 10 core/modules/workspaces/src/WorkspaceRepositoryInterface.php \Drupal\workspaces\WorkspaceRepositoryInterface::resetCache()
- 11.x core/modules/workspaces/src/WorkspaceRepositoryInterface.php \Drupal\workspaces\WorkspaceRepositoryInterface::resetCache()
Resets the cached workspace tree.
Return value
$this
1 method overrides WorkspaceRepositoryInterface::resetCache()
- WorkspaceRepository::resetCache in core/
modules/ workspaces/ src/ WorkspaceRepository.php - Resets the cached workspace tree.
File
-
core/
modules/ workspaces/ src/ WorkspaceRepositoryInterface.php, line 38
Class
- WorkspaceRepositoryInterface
- Provides an interface for workspace tree lookup operations.
Namespace
Drupal\workspacesCode
public function resetCache();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.