function WorkspaceRepository::resetCache
Resets the cached workspace tree.
Return value
$this
Overrides WorkspaceRepositoryInterface::resetCache
File
- 
              core/modules/ workspaces/ src/ WorkspaceRepository.php, line 147 
Class
- WorkspaceRepository
- Provides the default workspace tree lookup operations.
Namespace
Drupal\workspacesCode
public function resetCache() {
  $this->tree = NULL;
  return $this;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
