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
DefaultValueWidgetTest::testDefaultValueOptionsForChangingBundles function core/modules/field_ui/tests/src/FunctionalJavascript/DefaultValueWidgetTest.php Tests default value options on field config change.
DefaultWorkspaceProvider class core/modules/workspaces/src/Provider/DefaultWorkspaceProvider.php Defines the default workspace provider.
DefaultWorkspaceProvider.php file core/modules/workspaces/src/Provider/DefaultWorkspaceProvider.php
DefaultWorkspaceProvider::getId function core/modules/workspaces/src/Provider/DefaultWorkspaceProvider.php Gets the ID of the workspace provider.
DelayCacheTagsInvalidationHooks class core/modules/system/tests/modules/delay_cache_tags_invalidation/src/Hook/DelayCacheTagsInvalidationHooks.php Hook implementations for delay_cache_tags_invalidation.
DelayCacheTagsInvalidationHooks.php file core/modules/system/tests/modules/delay_cache_tags_invalidation/src/Hook/DelayCacheTagsInvalidationHooks.php
DelayCacheTagsInvalidationHooks::entityTestInsert function core/modules/system/tests/modules/delay_cache_tags_invalidation/src/Hook/DelayCacheTagsInvalidationHooks.php Implements hook_ENTITY_TYPE_insert().
DelayCacheTagsInvalidationHooks::userInsert function core/modules/system/tests/modules/delay_cache_tags_invalidation/src/Hook/DelayCacheTagsInvalidationHooks.php Implements hook_ENTITY_TYPE_insert().
delay_cache_tags_invalidation.info.yml file core/modules/system/tests/modules/delay_cache_tags_invalidation/delay_cache_tags_invalidation.info.yml core/modules/system/tests/modules/delay_cache_tags_invalidation/delay_cache_tags_invalidation.info.yml
DeletedWorkspaceConstraintValidator class core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php Checks if data still exists for a deleted workspace ID.
DeletedWorkspaceConstraintValidator.php file core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php
DeletedWorkspaceConstraintValidator::$state property core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php The state service.
DeletedWorkspaceConstraintValidator::create function core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php Instantiates a new instance of this class.
DeletedWorkspaceConstraintValidator::validate function core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php
DeletedWorkspaceConstraintValidator::__construct function core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php Creates a new DeletedWorkspaceConstraintValidator instance.
DeleteMultipleForm::$entityTypeId property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type ID.
DeleteMultipleForm::getBaseFormId function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns a string identifying the base form.
DeleteMultipleForm::getFormId function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns a unique string identifying the form.
DenyNoCacheRoutesTest::providerDenyNoCacheRoutesPolicy function core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php Provides data and expected results for the test method.
DependencySerializationTestDummy::getServiceIds function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Gets the stored service IDs.
DependencySerializationTrait::$_serviceIds property core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php An array of service IDs keyed by property name used for serialization.
DependencyTest::providerCreateFromString function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php Data provider for testCreateFromString.
DependentAccessTest::$forbidden property core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php An accessible object that results in forbidden access result.
DependentAccessTest::providerTestSetFirst function core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Data provider for all test methods.
DeprecatedAssetsTest::deprecatedLibrariesProvider function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php The data provider for testDeprecatedLibraries.
DerivativeDiscoveryDecorator::decodePluginId function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Decodes derivative id and plugin id from a string.
DerivativeDiscoveryDecorator::encodePluginId function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Encodes plugin and derivative id's into a string.
DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithInvalidClassedDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php Tests get deriver class with invalid classed definitions.
DerivativeDiscoveryDecoratorTest::testInvalidDerivativeFetcher function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php Tests the getDerivativeFetcher method with an invalid class.
DerivativeInspectionInterface::getBaseId function core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php Gets the base_plugin_id of the plugin instance.
DerivativeInspectionInterface::getDerivativeId function core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php Gets the derivative_id of the plugin instance.
DevelopmentSettingsForm::getFormId function core/modules/system/src/Form/DevelopmentSettingsForm.php Returns a unique string identifying the form.
DiffFormatterTest::provideTestDiff function core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php
DiffOpOutputBuilderTest::provideTestDiff function core/tests/Drupal/Tests/Component/Diff/DiffOpOutputBuilderTest.php
DirectoryWithMetadataDiscovery::findProvider function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Finds the provider of the discovered file.
DirectoryWithMetadataDiscovery::getIdentifier function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php The IDs can collide in two different scenarios:
DiscardLayoutChangesForm::getFormId function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns a unique string identifying the form.
DiscoverServiceProvidersTest class core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php Tests Drupal\Core\DrupalKernel.
DiscoverServiceProvidersTest.php file core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php
DiscoverServiceProvidersTest::testDiscoverServiceCustom function core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php Tests discovery with user defined container yaml.
DiscoverServiceProvidersTest::testDiscoverServiceNoContainerYamls function core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php Tests the exception when container_yamls is not set.
DiscoveryCachedTraitTest::providerGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php Data provider for testGetDefinition().
DiscoveryTestBase::assertDefinitionIdentical function core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php Asserts a definition against an expected definition.
DiscoveryTraitTest::providerDoGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Data provider for testDoGetDefinition().
DiscoveryTraitTest::providerDoGetDefinitionException function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Data provider for testDoGetDefinitionException()
DiscoveryTraitTest::providerHasDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Data provider for testHasDefinition().
DiskSpaceValidator class core/modules/package_manager/src/Validator/DiskSpaceValidator.php Validates that there is enough free disk space to do stage operations.
DiskSpaceValidator.php file core/modules/package_manager/src/Validator/DiskSpaceValidator.php
DiskSpaceValidator::areSameLogicalDisk function core/modules/package_manager/src/Validator/DiskSpaceValidator.php Checks if two paths are located on the same logical disk.
DiskSpaceValidator::freeSpace function core/modules/package_manager/src/Validator/DiskSpaceValidator.php Wrapper around the disk_free_space() function.

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