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
CryptTest::providerTestHashBase64 function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Provides data for self::testHashBase64().
CryptTest::providerTestHmacBase64 function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Provides data for self::testHmacBase64().
CryptTest::providerTestHmacBase64Invalid function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Provides data for self::testHmacBase64().
CryptTest::testHmacBase64Invalid function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Tests the hmacBase64 method with invalid parameters.
CsrfAccessCheckTest::testCsrfTokenInvalid function core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php @covers ::access
CsrfTokenGenerator::validate function core/lib/Drupal/Core/Access/CsrfTokenGenerator.php Validates a token based on $value, the user session, and the private key.
CsrfTokenGeneratorTest::providerTestInvalidParameterTypes function core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php Provides data for testInvalidParameterTypes.
CsrfTokenGeneratorTest::providerTestValidateParameterTypes function core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php Provides data for testValidateParameterTypes.
CsrfTokenGeneratorTest::testInvalidParameterTypes function core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php Tests CsrfTokenGenerator::validate() with invalid parameter types.
CsrfTokenGeneratorTest::testValidate function core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php Tests CsrfTokenGenerator::validate().
CsrfTokenGeneratorTest::testValidateParameterTypes function core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php Tests CsrfTokenGenerator::validate() with different parameter types.
CssCollectionRendererUnitTest::providerTestRender function core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Provides data for the CSS asset rendering test.
CssCollectionRendererUnitTest::testRenderInvalidType function core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Tests a CSS asset group with the invalid 'type' => 'internal'.
CssOptimizerUnitTest::providerTestOptimize function core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php Provides data for the CSS asset optimizing test.
CustomPlugin::$id property core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php The plugin ID.
D6NodeDeriver::$basePluginId property core/modules/node/src/Plugin/migrate/D6NodeDeriver.php The base plugin ID this derivative is for.
D6TermNodeDeriver::$basePluginId property core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php The base plugin ID this derivative is for.
d6_field_instance_widget_settings.yml file core/modules/field/migrations/d6_field_instance_widget_settings.yml core/modules/field/migrations/d6_field_instance_widget_settings.yml
D7NodeDeriver::$basePluginId property core/modules/node/src/Plugin/migrate/D7NodeDeriver.php The base plugin ID this derivative is for.
D7TaxonomyTermDeriver::$basePluginId property core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php The base plugin ID this derivative is for.
d7_field_instance_widget_settings.yml file core/modules/field/migrations/d7_field_instance_widget_settings.yml core/modules/field/migrations/d7_field_instance_widget_settings.yml
Database::RETURN_INSERT_ID constant core/lib/Drupal/Core/Database/Database.php Flag to indicate a query call should return the "last insert id".
DatabaseBackend::$checksumProvider property core/lib/Drupal/Core/Cache/DatabaseBackend.php The cache tags checksum provider.
DatabaseBackend::invalidate function core/lib/Drupal/Core/Cache/DatabaseBackend.php Marks a cache item as invalid.
DatabaseBackend::invalidateAll function core/lib/Drupal/Core/Cache/DatabaseBackend.php Marks all cache items as invalid.
DatabaseBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/DatabaseBackend.php Marks cache items as invalid.
DatabaseBackend::normalizeCid function core/lib/Drupal/Core/Cache/DatabaseBackend.php Normalizes a cache ID in order to comply with database limitations.
DatabaseBackendFactory::$checksumProvider property core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php The cache tags checksum provider.
DatabaseBackendFactoryTest::getProvider function core/tests/Drupal/Tests/Core/Cache/DatabaseBackendFactoryTest.php
DatabaseBackendTagTest::testTagInvalidations function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php
DatabaseCacheTagsChecksum::doInvalidateTags function core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php Marks cache items with any of the specified tags as invalid.
DatabaseCacheTagsChecksum::getTagInvalidationCounts function core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php Fetches invalidation counts for cache tags.
DatabaseLegacyTest::testDbNextId function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_next_id() function.
DatabaseLockBackend::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php The id of the original proxied service.
DatabaseLockBackend::getLockId function core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php Gets the unique page token for locks.
DatabaseTest::providerFindDriverAutoloadDirectory function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php Data provider for ::testFindDriverAutoloadDirectory().
DatabaseTest::providerFindDriverAutoloadDirectoryException function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php Data provider for ::testFindDriverAutoloadDirectoryException().
DatabaseTestForm::getFormId function core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php Returns a unique string identifying the form.
DataEntityRow::getEntityTypeId function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Returns the entity type identifier.
DataFieldRow::validateAliasName function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Form element validation handler for \Drupal\rest\Plugin\views\row\DataFieldRow::buildOptionsForm().
DataFieldRow::validateOptionsForm function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Validate the options form.
DataReferenceInterface::getTargetIdentifier function core/lib/Drupal/Core/TypedData/DataReferenceInterface.php Gets the identifier of the referenced data.
DataType::$id property core/lib/Drupal/Core/TypedData/Annotation/DataType.php The data type plugin ID.
Date::hasValidGroupedValue function core/modules/views/src/Plugin/views/filter/Date.php Determines if the given grouped filter entry has a valid value.
Date::validateExposed function core/modules/views/src/Plugin/views/filter/Date.php Validate the exposed handler form
Date::validateOptionsForm function core/modules/views/src/Plugin/views/filter/Date.php Simple validate handler
Date::validateValidTime function core/modules/views/src/Plugin/views/filter/Date.php Validate that the time values convert to something usable.
DateField::getFieldWidgetMap function core/modules/datetime/src/Plugin/migrate/field/DateField.php Get a map between D6 and D8 widgets for this field type.
DateField::getFieldWidgetMap function core/modules/datetime/src/Plugin/migrate/field/d6/DateField.php Get a map between D6 and D8 widgets for this field type.
DateFieldTest::providerTestDefineValueProcessPipeline function core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php Provides data for testDefineValueProcessPipeline().

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