class DefaultWorkspaceProvider
Same name and namespace in other branches
- 11.x core/modules/workspaces/src/Provider/DefaultWorkspaceProvider.php \Drupal\workspaces\Provider\DefaultWorkspaceProvider
Defines the default workspace provider.
Hierarchy
- class \Drupal\workspaces\Provider\WorkspaceProviderBase implements \Drupal\workspaces\Provider\WorkspaceProviderInterface uses \Drupal\Core\StringTranslation\StringTranslationTrait
- class \Drupal\workspaces\Provider\DefaultWorkspaceProvider extends \Drupal\workspaces\Provider\WorkspaceProviderBase
Expanded class hierarchy of DefaultWorkspaceProvider
4 files declare their use of DefaultWorkspaceProvider
- Workspace.php in core/
modules/ workspaces/ src/ Entity/ Workspace.php - WorkspaceListBuilder.php in core/
modules/ workspaces_ui/ src/ WorkspaceListBuilder.php - workspaces.install in core/
modules/ workspaces/ workspaces.install - Contains install, update and uninstall functions for the Workspaces module.
- WorkspaceSelection.php in core/
modules/ workspaces/ src/ Plugin/ EntityReferenceSelection/ WorkspaceSelection.php
File
-
core/
modules/ workspaces/ src/ Provider/ DefaultWorkspaceProvider.php, line 10
Namespace
Drupal\workspaces\ProviderView source
class DefaultWorkspaceProvider extends WorkspaceProviderBase {
/**
* {@inheritdoc}
*/
public static function getId() : string {
return 'default';
}
}
Members
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.