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
WorkspaceDeleteForm::buildForm function core/modules/workspaces/src/Form/WorkspaceDeleteForm.php Form constructor.
WorkspaceDeleteForm::create function core/modules/workspaces/src/Form/WorkspaceDeleteForm.php Instantiates a new instance of this class.
WorkspaceDeleteForm::getDescription function core/modules/workspaces/src/Form/WorkspaceDeleteForm.php Returns additional text to display as a description.
WorkspaceDeleteForm::__construct function core/modules/workspaces/src/Form/WorkspaceDeleteForm.php Constructs a WorkspaceDeleteForm object.
WorkspaceDynamicSafeFormInterface interface core/lib/Drupal/Core/Form/WorkspaceDynamicSafeFormInterface.php Defines an interface for forms that can be workspace-safe.
WorkspaceDynamicSafeFormInterface.php file core/lib/Drupal/Core/Form/WorkspaceDynamicSafeFormInterface.php
WorkspaceDynamicSafeFormInterface::isWorkspaceSafeForm function core/lib/Drupal/Core/Form/WorkspaceDynamicSafeFormInterface.php Determines whether the form is safe to be submitted in a workspace.
WorkspaceEntityDeleteTest class core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php Tests entity deletions with workspaces.
WorkspaceEntityDeleteTest class core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php Tests entity deletions with workspaces.
WorkspaceEntityDeleteTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php
WorkspaceEntityDeleteTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php
WorkspaceEntityDeleteTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php The theme to install as the default for testing.
WorkspaceEntityDeleteTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php The entity type manager.
WorkspaceEntityDeleteTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php Modules to install.
WorkspaceEntityDeleteTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php Modules to install.
WorkspaceEntityDeleteTest::setUp function core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php
WorkspaceEntityDeleteTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php
WorkspaceEntityDeleteTest::testEntityDelete function core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php Test entity deletion with workspaces.
WorkspaceEntityDeleteTest::testEntityDeletion function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php Test entity deletion in a workspace.
WorkspaceEntityDeleteTest::testNodeDeleteWithBypassAccessPermission function core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php Test node deletion with workspaces and the 'bypass node access' permission.
WorkspaceForm class core/modules/workspaces/src/Form/WorkspaceForm.php Form controller for the workspace edit forms.
WorkspaceForm.php file core/modules/workspaces/src/Form/WorkspaceForm.php
WorkspaceForm::$entity property core/modules/workspaces/src/Form/WorkspaceForm.php The workspace entity.
WorkspaceForm::$workspaceManager property core/modules/workspaces/src/Form/WorkspaceForm.php The workspace manager.
WorkspaceForm::actions function core/modules/workspaces/src/Form/WorkspaceForm.php Returns an array of supported actions for the current entity form.
WorkspaceForm::activate function core/modules/workspaces/src/Form/WorkspaceForm.php Form submission handler for the 'submit' action.
WorkspaceForm::create function core/modules/workspaces/src/Form/WorkspaceForm.php Instantiates a new instance of this class.
WorkspaceForm::flagViolations function core/modules/workspaces/src/Form/WorkspaceForm.php Flags violations for the current form.
WorkspaceForm::form function core/modules/workspaces/src/Form/WorkspaceForm.php Gets the actual form array to be built.
WorkspaceForm::getEditedFieldNames function core/modules/workspaces/src/Form/WorkspaceForm.php Gets the names of all fields edited in the form.
WorkspaceForm::save function core/modules/workspaces/src/Form/WorkspaceForm.php Form submission handler for the 'save' action.
WorkspaceFormInterface interface core/modules/workspaces/src/Form/WorkspaceFormInterface.php Defines interface for workspace forms so they can be easily distinguished.
WorkspaceFormInterface.php file core/modules/workspaces/src/Form/WorkspaceFormInterface.php
WorkspaceHandlerInterface interface core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php Defines workspace operations that need to vary by entity type.
WorkspaceHandlerInterface.php file core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php
WorkspaceHandlerInterface::isEntitySupported function core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php Determines if an entity should be tracked in a workspace.
WorkspaceIdNegotiatorInterface interface core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php Interface for workspace negotiators that return only the negotiated ID.
WorkspaceIdNegotiatorInterface.php file core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php
WorkspaceIdNegotiatorInterface::getActiveWorkspaceId function core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php Performs workspace negotiation.
WorkspaceInformation class core/modules/workspaces/src/WorkspaceInformation.php General service for workspace support information.
WorkspaceInformation.php file core/modules/workspaces/src/WorkspaceInformation.php
WorkspaceInformation::$ignored property core/modules/workspaces/src/WorkspaceInformation.php An array of workspace-ignored statuses, keyed by entity type ID.
WorkspaceInformation::$supported property core/modules/workspaces/src/WorkspaceInformation.php An array of workspace-support statuses, keyed by entity type ID.
WorkspaceInformation::getSupportedEntityTypes function core/modules/workspaces/src/WorkspaceInformation.php Returns an array of entity types that can belong to workspaces.
WorkspaceInformation::isEntityDeletable function core/modules/workspaces/src/WorkspaceInformation.php Determines whether an entity can be deleted in the given workspace.
WorkspaceInformation::isEntityIgnored function core/modules/workspaces/src/WorkspaceInformation.php Determines whether CRUD operations for an entity are allowed.
WorkspaceInformation::isEntitySupported function core/modules/workspaces/src/WorkspaceInformation.php Determines whether an entity can belong to a workspace.
WorkspaceInformation::isEntityTypeIgnored function core/modules/workspaces/src/WorkspaceInformation.php Determines whether CRUD operations for an entity type are allowed.
WorkspaceInformation::isEntityTypeSupported function core/modules/workspaces/src/WorkspaceInformation.php Determines whether an entity type can belong to a workspace.
WorkspaceInformation::__construct function core/modules/workspaces/src/WorkspaceInformation.php

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