function WorkspacesAliasManager::cacheClear

File

core/modules/workspaces/src/WorkspacesAliasManager.php, line 55

Class

WorkspacesAliasManager
Decorates the path_alias.manager service for workspace-specific caching.

Namespace

Drupal\workspaces

Code

public function cacheClear($source = NULL) : void {
    $this->inner
        ->cacheClear($source);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.