function WorkspaceManagerInterface::hasActiveWorkspace

Same name and namespace in other branches
  1. 8.9.x core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::hasActiveWorkspace()
  2. 10 core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::hasActiveWorkspace()
  3. 11.x core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::hasActiveWorkspace()

Determines whether a workspace is active in the current request.

Return value

bool TRUE if a workspace is active, FALSE otherwise.

1 method overrides WorkspaceManagerInterface::hasActiveWorkspace()
WorkspaceManager::hasActiveWorkspace in core/modules/workspaces/src/WorkspaceManager.php
Determines whether a workspace is active in the current request.

File

core/modules/workspaces/src/WorkspaceManagerInterface.php, line 37

Class

WorkspaceManagerInterface
Provides an interface for managing Workspaces.

Namespace

Drupal\workspaces

Code

public function hasActiveWorkspace();

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