Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Other projects
Title Object type File name Summary
WorkflowTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/WorkflowTest.php The tested entity type.
WorkflowTest::testAddStateInvalidIdException function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests add state invalid id exception.
WorkflowTest::testAddTransitionInvalidIdException function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests add transition invalid id exception.
WorkflowTest::testNumericIdSorting function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests numeric IDs when added to a workflow.
WorkflowTransitionAddForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Returns a unique string identifying the form.
WorkflowTransitionAddForm::validateForm function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Form validation handler.
WorkflowTransitionDeleteForm::$transitionId property core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php The transition being deleted.
WorkflowTransitionDeleteForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns a unique string identifying the form.
WorkflowTransitionEditForm::$transitionId property core/modules/workflows/src/Form/WorkflowTransitionEditForm.php The ID of the transition that is being edited.
WorkflowTransitionEditForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Returns a unique string identifying the form.
WorkflowTransitionEditForm::validateForm function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Form validation handler.
WorkflowType::$id property core/modules/workflows/src/Annotation/WorkflowType.php The plugin ID.
WorkflowTypeBase::getTransitionIdFromStateToState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets the transition ID from state to state.
WorkflowTypeBase::VALID_ID_REGEX constant core/modules/workflows/src/Plugin/WorkflowTypeBase.php A regex for matching a valid state/transition machine name.
WorkflowTypeConfigureFormBase::validateConfigurationForm function core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php Form validation handler.
WorkflowTypeStateFormBase::validateConfigurationForm function core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php Form validation handler.
WorkflowTypeTransitionFormBase::validateConfigurationForm function core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php Form validation handler.
WorkflowUiTest::testNumericIds function core/modules/workflows/tests/src/Functional/WorkflowUiTest.php Tests a workflow, state, and transition can have a numeric ID and label.
WorkflowUiTest::testStateMachineNameValidation function core/modules/workflows/tests/src/Functional/WorkflowUiTest.php Tests the machine name validation of the state add form.
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.
Workspace::getProvider function core/modules/workspaces/src/Entity/Workspace.php Gets the provider of this workspace.
WorkspaceAccessTest::testWorkspaceSelectionFiltersByProvider function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php Tests that workspaces with non-default providers are not referenceable.
WorkspaceAssociation::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceAssociation.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceAssociation::getIdField function core/modules/workspaces/src/WorkspaceAssociation.php Determines the target ID field name for an entity type.
WorkspaceAssociationInterface::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceAssociationInterface.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceAssociationStringIdsUpdatePathTest class core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php Tests the update path for string IDs in workspace_association.
WorkspaceAssociationStringIdsUpdatePathTest.php file core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php
WorkspaceAssociationStringIdsUpdatePathTest::setDatabaseDumpFiles function core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php Set database dump files to be used.
WorkspaceAssociationStringIdsUpdatePathTest::testRunUpdates function core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php Tests the update path for string IDs in workspace_association.
WorkspaceAssociationTest::getEntityTypeIds function core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php The data provider for ::testWorkspaceAssociation().
WorkspaceFormValidationTest class core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php Tests Workspaces form validation.
WorkspaceFormValidationTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php
WorkspaceFormValidationTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php The theme to install as the default for testing.
WorkspaceFormValidationTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php Modules to install.
WorkspaceFormValidationTest::setUp function core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php
WorkspaceFormValidationTest::testValidateLimitErrors function core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php Tests partial form validation through #limit_validation_errors.
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.
WorkspaceIntegrationTest::providerTestAllowedEntityCrudInNonDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Data provider for allowed entity CRUD operations.
WorkspaceIntegrationTest::testCronRunsOutsideWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests that cron runs outside of workspace context.
WorkspaceIntegrationTest::testNodeAccessDifferringRevisionIdsOnTarget function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests workspace publishing is not sensitive to node access.
WorkspaceInterface::getProvider function core/modules/workspaces/src/WorkspaceInterface.php Gets the provider of this workspace.
WorkspaceManager::executeOutsideWorkspace function core/modules/workspaces/src/WorkspaceManager.php Executes the given callback function without any workspace context.
WorkspaceManagerInterface::executeOutsideWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Executes the given callback function without any workspace context.
WorkspaceMergeForm::getFormId function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Returns a unique string identifying the form.

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