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
WorkspacesEntityRepository::__construct function core/modules/workspaces/src/WorkspacesEntityRepository.php
WorkspacesFileItemTest class core/modules/workspaces/tests/src/Kernel/WorkspacesFileItemTest.php Tests using entity fields of the file field type in a workspace.
WorkspacesFileItemTest.php file core/modules/workspaces/tests/src/Kernel/WorkspacesFileItemTest.php
WorkspacesFileItemTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspacesFileItemTest.php The entity type manager.
WorkspacesFileItemTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspacesFileItemTest.php Modules to install.
WorkspacesFileItemTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspacesFileItemTest.php Set the default field storage backend for fields created during tests.
WorkspacesFileItemTest::testFileItem function core/modules/workspaces/tests/src/Kernel/WorkspacesFileItemTest.php Tests using entity fields of the file field type.
WorkspacesFileItemTest::testGenerateSampleValue function core/modules/workspaces/tests/src/Kernel/WorkspacesFileItemTest.php Tests sample value generation with actual allowed file extensions.
WorkspacesHooks class core/modules/workspaces/src/Hook/WorkspacesHooks.php Hook implementations for workspaces.
WorkspacesHooks.php file core/modules/workspaces/src/Hook/WorkspacesHooks.php
WorkspacesHooks::cron function core/modules/workspaces/src/Hook/WorkspacesHooks.php Implements hook_cron().
WorkspacesHooks::help function core/modules/workspaces/src/Hook/WorkspacesHooks.php Implements hook_help().
WorkspacesHooks::menuLinkContentUpdate function core/modules/workspaces/src/Hook/WorkspacesHooks.php Implements hook_ENTITY_TYPE_update() for 'menu_link_content' entities.
WorkspacesHooks::modulePreinstall function core/modules/workspaces/src/Hook/WorkspacesHooks.php Implements hook_module_preinstall().
WorkspacesHooks::__construct function core/modules/workspaces/src/Hook/WorkspacesHooks.php
WorkspacesHtmlEntityFormController class core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php Overrides the entity form controller service for workspaces operations.
WorkspacesHtmlEntityFormController.php file core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php
WorkspacesHtmlEntityFormController::getContentResult function core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php Invokes the form and returns the result.
WorkspacesHtmlEntityFormController::getFormArgument function core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php Extracts the form argument string from a request.
WorkspacesHtmlEntityFormController::getFormObject function core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php Returns the object used to build the form.
WorkspacesHtmlEntityFormController::__construct function core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php Constructs a new \Drupal\Core\Controller\FormController object.
WorkspacesLayoutBuilderIntegrationTest class core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php Tests for layout editing in workspaces.
WorkspacesLayoutBuilderIntegrationTest.php file core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php
WorkspacesLayoutBuilderIntegrationTest::$defaultTheme property core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php The theme to install as the default for testing.
WorkspacesLayoutBuilderIntegrationTest::$defaultUser property core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php The default user that is getting logged in during setup.
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.
WorkspacesLayoutBuilderIntegrationTest::testWorkspacesLayoutTempstore function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php Tests workspace specific layout tempstore data.
WorkspacesLayoutTempstoreRepository class core/modules/workspaces/src/WorkspacesLayoutTempstoreRepository.php Provides a mechanism for loading workspace-specific layout changes.
WorkspacesLayoutTempstoreRepository.php file core/modules/workspaces/src/WorkspacesLayoutTempstoreRepository.php
WorkspacesLayoutTempstoreRepository::$workspaceManager property core/modules/workspaces/src/WorkspacesLayoutTempstoreRepository.php The workspace manager.
WorkspacesLayoutTempstoreRepository::getKey function core/modules/workspaces/src/WorkspacesLayoutTempstoreRepository.php Gets the string to use as the tempstore key.
WorkspacesLayoutTempstoreRepository::setWorkspacesManager function core/modules/workspaces/src/WorkspacesLayoutTempstoreRepository.php Sets the workspace manager.
WorkspacesLazyBuilder class core/modules/navigation/src/WorkspacesLazyBuilder.php Defines a service for workspaces #lazy_builder callbacks.
WorkspacesLazyBuilder.php file core/modules/navigation/src/WorkspacesLazyBuilder.php
WorkspacesLazyBuilder::renderNavigationLinks function core/modules/navigation/src/WorkspacesLazyBuilder.php Lazy builder callback for rendering navigation links.
WorkspacesLazyBuilder::__construct function core/modules/navigation/src/WorkspacesLazyBuilder.php
WorkspacesMediaLibraryIntegrationTest class core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesMediaLibraryIntegrationTest.php Tests the Media library entity reference widget in a workspace.
WorkspacesMediaLibraryIntegrationTest.php file core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesMediaLibraryIntegrationTest.php
WorkspacesMediaLibraryIntegrationTest::$modules property core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesMediaLibraryIntegrationTest.php Modules to install.
WorkspacesMediaLibraryIntegrationTest::drupalCreateUser function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesMediaLibraryIntegrationTest.php Create a user with a given set of permissions.
WorkspacesMediaLibraryIntegrationTest::setUp function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesMediaLibraryIntegrationTest.php
WorkspacesMediaLibraryIntegrationTest::SKIP_METHODS constant core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesMediaLibraryIntegrationTest.php An array of test methods that are not relevant for workspaces.
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.

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