public function WorkspaceRepositoryInterface::resetCache in Drupal 10
Same name and namespace in other branches
- 8 core/modules/workspaces/src/WorkspaceRepositoryInterface.php \Drupal\workspaces\WorkspaceRepositoryInterface::resetCache()
- 9 core/modules/workspaces/src/WorkspaceRepositoryInterface.php \Drupal\workspaces\WorkspaceRepositoryInterface::resetCache()
Resets the cached workspace tree.
Return value
$this
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();