Search for Id

  1. Search 7.x for Id
  2. Search 8.9.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
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.
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.
WorkspaceIntegrationTest::testNodeAccessDifferringRevisionIdsOnTarget function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests workspace publishing is not sensitive to node access.
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.
WorkspacePublishForm::getFormId function core/modules/workspaces/src/Form/WorkspacePublishForm.php Returns a unique string identifying the form.
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
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.
workspaces_post_update_modify_base_field_author_override function core/modules/workspaces/workspaces.post_update.php Updates stale references to Drupal\workspaces\Entity\Workspace::getCurrentUserId.
WriteSafeSessionHandlerTest::providerTestOtherMethods function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Provides test data for the other methods test.
XdebugRequestTraitTest::extractCookiesDataProvider function core/tests/Drupal/Tests/Core/Test/XdebugRequestTraitTest.php Provides data to test extracting Xdebug cookies from a request.
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.
YamlDirectoryDiscovery::getIdentifier function core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php Gets the identifier from the data.
YamlDirectoryDiscoveryTest::testDiscoveryAlternateId function core/tests/Drupal/Tests/Component/Discovery/YamlDirectoryDiscoveryTest.php Tests YAML directory discovery with an alternate ID key.
YamlDirectoryDiscoveryTest::testDiscoveryInvalidYamlException function core/tests/Drupal/Tests/Component/Discovery/YamlDirectoryDiscoveryTest.php Tests YAML directory discovery with invalid YAML.

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