Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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 @group rest
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 @group rest
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.module file core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.module Module file for workflow_type_test.
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
workflow_type_test_set_definitions function core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.module Sets the type plugin definitions override and clear the cache.
workflow_type_test_workflow_access function core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.module Implements hook_ENTITY_TYPE_access() for the Workflow entity type.
workflow_type_test_workflow_type_info_alter function core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.module Implements hook_workflow_type_info_alter().
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::getCurrentUserId function core/modules/workspaces/src/Entity/Workspace.php Default value callback for 'uid' base field definition.
Workspace::hasParent function core/modules/workspaces/src/Entity/Workspace.php Determines whether the workspace has a parent.
Workspace::isDefaultWorkspace function core/modules/workspaces/src/Entity/Workspace.php Determines whether the workspace is the default one or not.
Workspace::postDelete function core/modules/workspaces/src/Entity/Workspace.php Acts on deleted entities before the delete 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 enable.
WorkspaceAccessTest::operationCases function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php Test cases for testWorkspaceAccess().
WorkspaceAccessTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php
WorkspaceAccessTest::testPublishWorkspaceAccess function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php Tests workspace publishing access.
WorkspaceAccessTest::testWorkspaceAccess function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php Verifies all workspace roles have the correct access for the operation.
WorkspaceAccessTest::testWorkspaceSelection function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php @coversDefaultClass \Drupal\workspaces\Plugin\EntityReferenceSelection\WorkspaceSelection[[api-linebreak]]
WorkspaceActivateForm class core/modules/workspaces/src/Form/WorkspaceActivateForm.php Handle activation of a workspace on administrative pages.
WorkspaceActivateForm.php file core/modules/workspaces/src/Form/WorkspaceActivateForm.php

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