class TestWorkspaceProvider
Same name and namespace in other branches
- 11.x core/modules/workspaces/tests/modules/workspaces_test/src/Provider/TestWorkspaceProvider.php \Drupal\workspaces_test\Provider\TestWorkspaceProvider
Defines a test workspace provider.
Hierarchy
- class \Drupal\workspaces\Provider\WorkspaceProviderBase implements \Drupal\workspaces\Provider\WorkspaceProviderInterface uses \Drupal\Core\StringTranslation\StringTranslationTrait
- class \Drupal\workspaces_test\Provider\TestWorkspaceProvider extends \Drupal\workspaces\Provider\WorkspaceProviderBase
Expanded class hierarchy of TestWorkspaceProvider
File
-
core/
modules/ workspaces/ tests/ modules/ workspaces_test/ src/ Provider/ TestWorkspaceProvider.php, line 12
Namespace
Drupal\workspaces_test\ProviderView source
class TestWorkspaceProvider extends WorkspaceProviderBase {
/**
* {@inheritdoc}
*/
public static function getId() : string {
return 'test';
}
}
Members
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.