Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
WorkspacesRequirements class core/modules/workspaces/src/Install/Requirements/WorkspacesRequirements.php Install time requirements for the workspaces module.
WorkspacesRequirements.php file core/modules/workspaces/src/Install/Requirements/WorkspacesRequirements.php
WorkspacesRequirements::getRequirements function core/modules/workspaces/src/Install/Requirements/WorkspacesRequirements.php Check installation requirements.
WorkspacesServiceProvider class core/modules/workspaces/src/WorkspacesServiceProvider.php Defines a service provider for the Workspaces module.
WorkspacesServiceProvider.php file core/modules/workspaces/src/WorkspacesServiceProvider.php
WorkspacesServiceProvider::alter function core/modules/workspaces/src/WorkspacesServiceProvider.php Modifies existing service definitions.
WorkspacesServiceProvider::register function core/modules/workspaces/src/WorkspacesServiceProvider.php Registers services to the container.
WorkspacesTestHooks class core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Hook implementations for workspaces_test.
WorkspacesTestHooks.php file core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php
WorkspacesTestHooks::cron function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_cron().
WorkspacesTestHooks::entityBaseFieldInfo function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_entity_base_field_info().
WorkspacesTestHooks::entityCreate function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_entity_create().
WorkspacesTestHooks::entityInsert function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_entity_insert().
WorkspacesTestHooks::entityPresave function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_entity_presave().
WorkspacesTestHooks::entityTranslationCreate function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_ENTITY_TYPE_translation_create() for 'entity_test_mulrevpub'.
WorkspacesTestHooks::entityTypeAlter function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_entity_type_alter().
WorkspacesTestHooks::entityUpdate function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_entity_update().
WorkspacesTestHooks::incrementHookCount function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Increments the invocation count for a specific entity hook.
WorkspacesTestHooks::__construct function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php
WorkspaceSubscriber class core/modules/content_moderation/src/EventSubscriber/WorkspaceSubscriber.php Checks whether a workspace is publishable, and prevents publishing if needed.
WorkspaceSubscriber.php file core/modules/content_moderation/src/EventSubscriber/WorkspaceSubscriber.php
WorkspaceSubscriber::getSubscribedEvents function core/modules/content_moderation/src/EventSubscriber/WorkspaceSubscriber.php
WorkspaceSubscriber::onWorkspacePrePublish function core/modules/content_moderation/src/EventSubscriber/WorkspaceSubscriber.php Prevents a workspace from being published based on certain conditions.
WorkspaceSubscriber::__construct function core/modules/content_moderation/src/EventSubscriber/WorkspaceSubscriber.php Constructs a new WorkspaceSubscriber instance.
WorkspacesUiHooks class core/modules/workspaces_ui/src/Hook/WorkspacesUiHooks.php Hook implementations for the workspaces_ui module.
WorkspacesUiHooks.php file core/modules/workspaces_ui/src/Hook/WorkspacesUiHooks.php
WorkspacesUiHooks::entityTypeAlter function core/modules/workspaces_ui/src/Hook/WorkspacesUiHooks.php Implements hook_entity_type_alter().
WorkspacesUiHooks::help function core/modules/workspaces_ui/src/Hook/WorkspacesUiHooks.php Implements hook_help().
WorkspacesUiHooks::toolbar function core/modules/workspaces_ui/src/Hook/WorkspacesUiHooks.php Implements hook_toolbar().
WorkspacesUiLazyBuilders class core/modules/workspaces_ui/src/WorkspacesUiLazyBuilders.php Defines a service for workspaces #lazy_builder callbacks.
WorkspacesUiLazyBuilders.php file core/modules/workspaces_ui/src/WorkspacesUiLazyBuilders.php
WorkspacesUiLazyBuilders::removeTabAttributes function core/modules/workspaces_ui/src/WorkspacesUiLazyBuilders.php Render callback for the workspace toolbar tab.
WorkspacesUiLazyBuilders::renderToolbarTab function core/modules/workspaces_ui/src/WorkspacesUiLazyBuilders.php Lazy builder callback for rendering the workspace toolbar tab.
WorkspacesUiLazyBuilders::trustedCallbacks function core/modules/workspaces_ui/src/WorkspacesUiLazyBuilders.php Lists the trusted callbacks provided by the implementing class.
WorkspacesUiLazyBuilders::__construct function core/modules/workspaces_ui/src/WorkspacesUiLazyBuilders.php
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 install.
WorkspacesUninstallTest::setUp function core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php
WorkspacesUninstallTest::testUninstallingWorkspace function core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php Tests deleting workspace entities and uninstalling Workspaces module.
WorkspaceSwitcherBlock class core/modules/workspaces_ui/src/Plugin/Block/WorkspaceSwitcherBlock.php Provides a 'Workspace switcher' block.
WorkspaceSwitcherBlock.php file core/modules/workspaces_ui/src/Plugin/Block/WorkspaceSwitcherBlock.php
WorkspaceSwitcherBlock::$entityTypeManager property core/modules/workspaces_ui/src/Plugin/Block/WorkspaceSwitcherBlock.php The entity type manager.
WorkspaceSwitcherBlock::$formBuilder property core/modules/workspaces_ui/src/Plugin/Block/WorkspaceSwitcherBlock.php The form builder.
WorkspaceSwitcherBlock::blockAccess function core/modules/workspaces_ui/src/Plugin/Block/WorkspaceSwitcherBlock.php Indicates whether the block should be shown.
WorkspaceSwitcherBlock::build function core/modules/workspaces_ui/src/Plugin/Block/WorkspaceSwitcherBlock.php Builds and returns the renderable array for this block plugin.
WorkspaceSwitcherBlock::__construct function core/modules/workspaces_ui/src/Plugin/Block/WorkspaceSwitcherBlock.php Constructs a new WorkspaceSwitcherBlock instance.
WorkspaceSwitcherForm class core/modules/workspaces_ui/src/Form/WorkspaceSwitcherForm.php Provides a form that activates a different workspace.
WorkspaceSwitcherForm.php file core/modules/workspaces_ui/src/Form/WorkspaceSwitcherForm.php

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