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
WorkflowUiTest::testWorkflowConfigurationForm function core/modules/workflows/tests/src/Functional/WorkflowUiTest.php Tests the workflow configuration form.
WorkflowUiTest::testWorkflowCreation function core/modules/workflows/tests/src/Functional/WorkflowUiTest.php Tests the creation of a workflow through the UI.
WorkflowValidationTest class core/modules/workflows/tests/src/Kernel/WorkflowValidationTest.php Tests validation of workflow entities.
WorkflowValidationTest.php file core/modules/workflows/tests/src/Kernel/WorkflowValidationTest.php
WorkflowValidationTest::$modules property core/modules/workflows/tests/src/Kernel/WorkflowValidationTest.php Modules to install.
WorkflowValidationTest::setUp function core/modules/workflows/tests/src/Kernel/WorkflowValidationTest.php
WorkflowValidationTest::testTypePluginIsValidated function core/modules/workflows/tests/src/Kernel/WorkflowValidationTest.php Tests that the workflow type plugin is validated.
WorkflowXmlAnonTest class core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php Tests Workflow Xml Anon.
WorkflowXmlAnonTest.php file core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php
WorkflowXmlAnonTest::$defaultTheme property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php The theme to install as the default for testing.
WorkflowXmlAnonTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php The format to use in this test.
WorkflowXmlAnonTest::$mimeType property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php The MIME type that corresponds to $format.
WorkflowXmlBasicAuthTest class core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php Tests Workflow Xml Basic Auth.
WorkflowXmlBasicAuthTest.php file core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php
WorkflowXmlBasicAuthTest::$auth property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php The authentication mechanism to use in this test.
WorkflowXmlBasicAuthTest::$defaultTheme property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php The theme to install as the default for testing.
WorkflowXmlBasicAuthTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php The format to use in this test.
WorkflowXmlBasicAuthTest::$mimeType property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php The MIME type that corresponds to $format.
WorkflowXmlBasicAuthTest::$modules property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php Modules to install.
WorkflowXmlCookieTest class core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlCookieTest.php Tests Workflow Xml Cookie.
WorkflowXmlCookieTest.php file core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlCookieTest.php
WorkflowXmlCookieTest::$auth property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlCookieTest.php The authentication mechanism to use in this test.
WorkflowXmlCookieTest::$defaultTheme property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlCookieTest.php The theme to install as the default for testing.
WorkflowXmlCookieTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlCookieTest.php The format to use in this test.
WorkflowXmlCookieTest::$mimeType property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlCookieTest.php The MIME type that corresponds to $format.
workflow_third_party_settings_test.info.yml file core/modules/workflows/tests/modules/workflow_third_party_settings_test/workflow_third_party_settings_test.info.yml core/modules/workflows/tests/modules/workflow_third_party_settings_test/workflow_third_party_settings_test.info.yml
workflow_third_party_settings_test.schema.yml file core/modules/workflows/tests/modules/workflow_third_party_settings_test/config/schema/workflow_third_party_settings_test.schema.yml core/modules/workflows/tests/modules/workflow_third_party_settings_test/config/schema/workflow_third_party_settings_test.schema.yml
workflow_type_test.info.yml file core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.info.yml core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.info.yml
workflow_type_test.schema.yml file core/modules/workflows/tests/modules/workflow_type_test/config/schema/workflow_type_test.schema.yml core/modules/workflows/tests/modules/workflow_type_test/config/schema/workflow_type_test.schema.yml
Workspace class core/modules/workspaces/src/Entity/Workspace.php The workspace entity class.
Workspace.php file core/modules/workspaces/src/Entity/Workspace.php
Workspace::baseFieldDefinitions function core/modules/workspaces/src/Entity/Workspace.php Provides base field definitions for an entity type.
Workspace::getCreatedTime function core/modules/workspaces/src/Entity/Workspace.php Gets the workspace creation timestamp.
Workspace::getProvider function core/modules/workspaces/src/Entity/Workspace.php Gets the provider of this workspace.
Workspace::hasParent function core/modules/workspaces/src/Entity/Workspace.php Determines whether the workspace has a parent.
Workspace::postDelete function core/modules/workspaces/src/Entity/Workspace.php Acts on deleted entities before the delete hook is invoked.
Workspace::postSave function core/modules/workspaces/src/Entity/Workspace.php Acts on a saved entity before the insert or update hook is invoked.
Workspace::preDelete function core/modules/workspaces/src/Entity/Workspace.php Acts on entities before they are deleted and before hooks are invoked.
Workspace::publish function core/modules/workspaces/src/Entity/Workspace.php Publishes the contents of this workspace to the default (Live) workspace.
Workspace::setCreatedTime function core/modules/workspaces/src/Entity/Workspace.php Sets the workspace creation timestamp.
WorkspaceAccessControlHandler class core/modules/workspaces/src/WorkspaceAccessControlHandler.php Defines the access control handler for the workspace entity type.
WorkspaceAccessControlHandler.php file core/modules/workspaces/src/WorkspaceAccessControlHandler.php
WorkspaceAccessControlHandler::checkAccess function core/modules/workspaces/src/WorkspaceAccessControlHandler.php Performs access checks.
WorkspaceAccessControlHandler::checkCreateAccess function core/modules/workspaces/src/WorkspaceAccessControlHandler.php Performs create access checks.
WorkspaceAccessException class core/modules/workspaces/src/WorkspaceAccessException.php Exception thrown when trying to switch to an inaccessible workspace.
WorkspaceAccessException.php file core/modules/workspaces/src/WorkspaceAccessException.php
WorkspaceAccessTest class core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php Tests access on workspaces.
WorkspaceAccessTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php
WorkspaceAccessTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php Modules to install.
WorkspaceAccessTest::operationCases function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php Tests cases for testWorkspaceAccess().

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