Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
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 Test a workflow, state, and transition can have a numeric ID and label.
WorkflowUiTest::testStateMachineNameValidation function core/modules/workflows/tests/src/Functional/WorkflowUiTest.php Test the machine name validation of the state add form.
Workspace::getCurrentUserId function core/modules/workspaces/src/Entity/Workspace.php Default value callback for 'uid' base field definition.
WorkspaceAssociation::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceAssociation.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceAssociationInterface::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceAssociationInterface.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceIntegrationTest::providerTestAllowedEntityCrudInNonDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Data provider for allowed entity CRUD operations.
WorkspaceManager::$negotiatorIds property core/modules/workspaces/src/WorkspaceManager.php The workspace negotiator service IDs.
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.
WorkspaceMerger::$cacheTagsInvalidator property core/modules/workspaces/src/WorkspaceMerger.php The cache tag invalidator.
WorkspaceMerger::getDifferringRevisionIdsOnSource function core/modules/workspaces/src/WorkspaceMerger.php Gets the revision identifiers for items which have changed on the source.
WorkspaceMerger::getDifferringRevisionIdsOnTarget function core/modules/workspaces/src/WorkspaceMerger.php Gets the revision identifiers for items which have changed on the target.
WorkspaceOperationFactory::$cacheTagsInvalidator property core/modules/workspaces/src/WorkspaceOperationFactory.php The cache tags invalidator.
WorkspaceOperationInterface::getDifferringRevisionIdsOnSource function core/modules/workspaces/src/WorkspaceOperationInterface.php Gets the revision identifiers for items which have changed on the source.
WorkspaceOperationInterface::getDifferringRevisionIdsOnTarget function core/modules/workspaces/src/WorkspaceOperationInterface.php Gets the revision identifiers for items which have changed on the target.
WorkspacePublisher::getDifferringRevisionIdsOnSource function core/modules/workspaces/src/WorkspacePublisher.php Gets the revision identifiers for items which have changed on the source.
WorkspacePublisher::getDifferringRevisionIdsOnTarget function core/modules/workspaces/src/WorkspacePublisher.php Gets the revision identifiers for items which have changed on the target.
WorkspaceRequestSubscriber::$routeProvider property core/modules/workspaces/src/EventSubscriber/WorkspaceRequestSubscriber.php The route provider to load routes by name.
WorkspaceRequestSubscriberTest::testOnKernelRequestWithCacheableRouteProvider function core/modules/workspaces/tests/src/Unit/WorkspaceRequestSubscriberTest.php @covers ::onKernelRequest
WorkspaceRequestSubscriberTest::testOnKernelRequestWithoutCacheableRouteProvider function core/modules/workspaces/tests/src/Unit/WorkspaceRequestSubscriberTest.php @covers ::onKernelRequest
WorkspaceResourceTestBase::$entityTypeId property core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php The tested entity type.
WorkspaceResourceTestBase::$firstCreatedEntityId property core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php The entity ID for the first created entity in testPost().
WorkspaceResourceTestBase::$secondCreatedEntityId property core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php The entity ID for the second created entity in testPost().
WorkspacesContentModerationStateTest::$revEntityTypeId property core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php The ID of the revisionable entity type used in the tests.
WorkspacesContentModerationStateTest::testGetCurrentUserId function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Tests the legacy method used as the default entity owner.
WorkspacesContentModerationStateTest::testModerationWithFieldConfigOverride function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Tests moderation when the moderation_state field has a config override.
WorkspacesServiceProvider class core/modules/workspaces/src/WorkspacesServiceProvider.php Defines a service provider for the Workspaces module.
WorkspacesServiceProvider.php file core/modules/workspaces/src/WorkspacesServiceProvider.php
WorkspacesServiceProvider::alter function core/modules/workspaces/src/WorkspacesServiceProvider.php Modifies existing service definitions.
WorkspaceSwitcherForm::getFormId function core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php Returns a unique string identifying the form.
WriteSafeSessionHandlerTest::providerTestOtherMethods function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Provides test data for the other methods test.
XssTest::providerTestAttributes function core/tests/Drupal/Tests/Component/Utility/XssTest.php Data provider for testFilterXssAdminNotNormalized().
XssTest::providerTestFilterXssAdminNotNormalized function core/tests/Drupal/Tests/Component/Utility/XssTest.php Data provider for testFilterXssAdminNotNormalized().
XssTest::providerTestFilterXssNormalized function core/tests/Drupal/Tests/Component/Utility/XssTest.php Data provider for testFilterXssNormalized().
XssTest::providerTestFilterXssNotNormalized function core/tests/Drupal/Tests/Component/Utility/XssTest.php Data provider for testFilterXssNotNormalized().
XssTest::providerTestInvalidMultiByte function core/tests/Drupal/Tests/Component/Utility/XssTest.php Data provider for testInvalidMultiByte().
XssTest::testInvalidMultiByte function core/tests/Drupal/Tests/Component/Utility/XssTest.php Checks that invalid multi-byte sequences are rejected.
YamlDirectoryDiscovery::$idKey property core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php The key contained in the discovered data that identifies it.

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