function WorkspaceProviderInterface::getId
Same name and namespace in other branches
- 11.x core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php \Drupal\workspaces\Provider\WorkspaceProviderInterface::getId()
Gets the ID of the workspace provider.
Return value
string The workspace provider ID.
2 methods override WorkspaceProviderInterface::getId()
- DefaultWorkspaceProvider::getId in core/
modules/ workspaces/ src/ Provider/ DefaultWorkspaceProvider.php - Gets the ID of the workspace provider.
- TestWorkspaceProvider::getId in core/
modules/ workspaces/ tests/ modules/ workspaces_test/ src/ Provider/ TestWorkspaceProvider.php - Gets the ID of the workspace provider.
File
-
core/
modules/ workspaces/ src/ Provider/ WorkspaceProviderInterface.php, line 23
Class
- WorkspaceProviderInterface
- Provides the interface for workspace providers.
Namespace
Drupal\workspaces\ProviderCode
public static function getId() : string;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.