Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
WorkspacesLayoutBuilderIntegrationTest::$defaultTheme property core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php The theme to install as the default for testing.
WorkspacesLayoutBuilderIntegrationTest::$modules property core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php Modules to install.
WorkspacesLayoutBuilderIntegrationTest::setUp function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php
WorkspacesLayoutBuilderIntegrationTest::testBlockDeletionInWorkspaces function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php Tests that blocks can be deleted inside workspaces.
WorkspacesLayoutBuilderIntegrationTest::testBlocksInWorkspaces function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php Tests changing a layout/blocks inside a workspace.
WorkspacesLazyBuilders class core/modules/workspaces/src/WorkspacesLazyBuilders.php Defines a service for workspaces #lazy_builder callbacks.
WorkspacesLazyBuilders.php file core/modules/workspaces/src/WorkspacesLazyBuilders.php
WorkspacesLazyBuilders::removeTabAttributes function core/modules/workspaces/src/WorkspacesLazyBuilders.php Render callback for the workspace toolbar tab.
WorkspacesLazyBuilders::renderToolbarTab function core/modules/workspaces/src/WorkspacesLazyBuilders.php Lazy builder callback for rendering the workspace toolbar tab.
WorkspacesLazyBuilders::trustedCallbacks function core/modules/workspaces/src/WorkspacesLazyBuilders.php Lists the trusted callbacks provided by the implementing class.
WorkspacesLazyBuilders::__construct function core/modules/workspaces/src/WorkspacesLazyBuilders.php
WorkspacesMenuTreeStorage class core/modules/workspaces/src/WorkspacesMenuTreeStorage.php Overrides the default menu storage to provide workspace-specific menu links.
WorkspacesMenuTreeStorage.php file core/modules/workspaces/src/WorkspacesMenuTreeStorage.php
WorkspacesMenuTreeStorage::loadLinks function core/modules/workspaces/src/WorkspacesMenuTreeStorage.php Loads links in the given menu, according to the given tree parameters.
WorkspacesMenuTreeStorage::loadTreeData function core/modules/workspaces/src/WorkspacesMenuTreeStorage.php Loads a menu link tree from the storage.
WorkspacesMenuTreeStorage::__construct function core/modules/workspaces/src/WorkspacesMenuTreeStorage.php WorkspacesMenuTreeStorage constructor.
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.
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.
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/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::blockAccess function core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php Indicates whether the block should be shown.
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.

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