23 string references to workspaces.manager in Drupal 10
- ActiveWorkspaceUpdateTest::testActiveWorkspaceDuringUpdate in core/
modules/ workspaces/ tests/ src/ Functional/ UpdateSystem/ ActiveWorkspaceUpdateTest.php - Tests that there is no active workspace during database updates.
- EntityAccess::create in core/
modules/ workspaces/ src/ EntityAccess.php - EntityOperations::create in core/
modules/ workspaces/ src/ EntityOperations.php - EntityReferenceSupportedNewEntitiesConstraintValidator::create in core/
modules/ workspaces/ src/ Plugin/ Validation/ Constraint/ EntityReferenceSupportedNewEntitiesConstraintValidator.php - Instantiates a new instance of this class.
- EntityTypeInfo::create in core/
modules/ workspaces/ src/ EntityTypeInfo.php - EntityWorkspaceConflictConstraintValidator::create in core/
modules/ workspaces/ src/ Plugin/ Validation/ Constraint/ EntityWorkspaceConflictConstraintValidator.php - Instantiates a new instance of this class.
- FormOperations::create in core/
modules/ workspaces/ src/ FormOperations.php - SwitchToLiveForm::create in core/
modules/ workspaces/ src/ Form/ SwitchToLiveForm.php - Instantiates a new instance of this class.
- Tables::__construct in core/
modules/ workspaces/ src/ EntityQuery/ Tables.php - ViewsQueryAlter::create in core/
modules/ workspaces/ src/ ViewsQueryAlter.php - Workspace::postDelete in core/
modules/ workspaces/ src/ Entity/ Workspace.php - Acts on deleted entities before the delete hook is invoked.
- WorkspaceActivateForm::create in core/
modules/ workspaces/ src/ Form/ WorkspaceActivateForm.php - Instantiates a new instance of this class.
- WorkspaceCacheContextTest::testWorkspaceCacheContext in core/
modules/ workspaces/ tests/ src/ Functional/ WorkspaceCacheContextTest.php - Tests the 'workspace' cache context.
- WorkspaceCRUDTest::setUp in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceCRUDTest.php - WorkspaceListBuilder::createInstance in core/
modules/ workspaces/ src/ WorkspaceListBuilder.php - Instantiates a new instance of this entity handler.
- WorkspacesServiceProvider::alter in core/
modules/ workspaces/ src/ WorkspacesServiceProvider.php - WorkspaceSwitcherForm::create in core/
modules/ workspaces/ src/ Form/ WorkspaceSwitcherForm.php - Instantiates a new instance of this class.
- workspaces_cron in core/
modules/ workspaces/ workspaces.module - Implements hook_cron().
- workspaces_module_preinstall in core/
modules/ workspaces/ workspaces.install - Implements hook_module_preinstall().
- workspaces_toolbar in core/
modules/ workspaces/ workspaces.module - Implements hook_toolbar().
- WorkspaceTestTrait::initializeWorkspacesModule in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceTestTrait.php - Enables the Workspaces module and creates two workspaces.
- WorkspaceTestTrait::switchToWorkspace in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceTestTrait.php - Sets a given workspace as active.
- workspace_update_test_post_update_check_active_workspace in core/
modules/ workspaces/ tests/ modules/ workspace_update_test/ workspace_update_test.post_update.php - Checks the active workspace during database updates.