Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
WorkspacesUninstallTest class core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php Tests uninstalling the Workspaces module.
WorkspacesUninstallTest.php file core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php
WorkspacesUninstallTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php The theme to install as the default for testing.
WorkspacesUninstallTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php Modules to enable.
WorkspacesUninstallTest::testUninstallingWorkspace function core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php Tests deleting workspace entities and uninstalling Workspaces module.
WorkspaceSwitcherBlock class core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php Provides a 'Workspace switcher' block.
WorkspaceSwitcherBlock.php file core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php
WorkspaceSwitcherBlock::$entityTypeManager property core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php The entity type manager.
WorkspaceSwitcherBlock::$formBuilder property core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php The form builder.
WorkspaceSwitcherBlock::build function core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php Builds and returns the renderable array for this block plugin.
WorkspaceSwitcherBlock::create function core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php Creates an instance of the plugin.
WorkspaceSwitcherBlock::__construct function core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php Constructs a new WorkspaceSwitcherBlock instance.
WorkspaceSwitcherForm class core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php Provides a form that activates a different workspace.
WorkspaceSwitcherForm.php file core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php
WorkspaceSwitcherForm::$messenger property core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php The messenger service.
WorkspaceSwitcherForm::$workspaceManager property core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php The workspace manager.
WorkspaceSwitcherForm::$workspaceStorage property core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php The workspace entity storage handler.
WorkspaceSwitcherForm::buildForm function core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php Form constructor.
WorkspaceSwitcherForm::create function core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php Instantiates a new instance of this class.
WorkspaceSwitcherForm::getFormId function core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php Returns a unique string identifying the form.
WorkspaceSwitcherForm::submitForm function core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php Form submission handler.
WorkspaceSwitcherForm::submitSwitchToLive function core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php Submit handler for switching to the live version of the site.
WorkspaceSwitcherForm::__construct function core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php Constructs a new WorkspaceSwitcherForm.
WorkspaceSwitcherTest class core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php Tests workspace switching functionality.
WorkspaceSwitcherTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php
WorkspaceSwitcherTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php The theme to install as the default for testing.
WorkspaceSwitcherTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php Modules to enable.
WorkspaceSwitcherTest::setUp function core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php
WorkspaceSwitcherTest::testQueryParameterNegotiator function core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php Tests switching workspace via a query parameter.
WorkspaceSwitcherTest::testSwitchingWorkspaces function core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php Tests switching workspace via the switcher block and admin page.
workspaces_cron function core/modules/workspaces/workspaces.module Implements hook_cron().
workspaces_entity_access function core/modules/workspaces/workspaces.module Implements hook_entity_access().
workspaces_entity_base_field_info function core/modules/workspaces/workspaces.module Implements hook_entity_base_field_info().
workspaces_entity_create_access function core/modules/workspaces/workspaces.module Implements hook_entity_create_access().
workspaces_entity_insert function core/modules/workspaces/workspaces.module Implements hook_entity_insert().
workspaces_entity_predelete function core/modules/workspaces/workspaces.module Implements hook_entity_predelete().
workspaces_entity_preload function core/modules/workspaces/workspaces.module Implements hook_entity_preload().
workspaces_entity_presave function core/modules/workspaces/workspaces.module Implements hook_entity_presave().
workspaces_entity_type_alter function core/modules/workspaces/workspaces.module Implements hook_entity_type_alter().
workspaces_entity_type_build function core/modules/workspaces/workspaces.module Implements hook_entity_type_build().
workspaces_entity_update function core/modules/workspaces/workspaces.module Implements hook_entity_update().
workspaces_field_info_alter function core/modules/workspaces/workspaces.module Implements hook_field_info_alter().
workspaces_form_alter function core/modules/workspaces/workspaces.module Implements hook_form_alter().
workspaces_help function core/modules/workspaces/workspaces.module Implements hook_help().
workspaces_install function core/modules/workspaces/workspaces.install Implements hook_install().
workspaces_module_preinstall function core/modules/workspaces/workspaces.install Implements hook_module_preinstall().
workspaces_post_update_modify_base_field_author_override function core/modules/workspaces/workspaces.post_update.php Updates stale references to Drupal\workspaces\Entity\Workspace::getCurrentUserId.
workspaces_post_update_remove_association_schema_data function core/modules/workspaces/workspaces.post_update.php Removes the workspace association entity and field schema data.
workspaces_removed_post_updates function core/modules/workspaces/workspaces.post_update.php Implements hook_removed_post_updates().
workspaces_requirements function core/modules/workspaces/workspaces.install Implements hook_requirements().

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