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
CounterTest::providerRowIndexes function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Provides some row index to test.
CreateNew::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/CreateNew.php Validates the arguments.
CredentialForm::getFormId function core/modules/migrate_drupal_ui/src/Form/CredentialForm.php Returns a unique string identifying the form.
CredentialForm::validateForm function core/modules/migrate_drupal_ui/src/Form/CredentialForm.php Form validation handler.
CredentialForm::validatePaths function core/modules/migrate_drupal_ui/src/Form/CredentialForm.php The #element_validate handler for the source path elements.
CredentialFormTest::providerCredentialForm function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Data provider for testCredentialForm.
Cron::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Cron.php The id of the original proxied service.
CronForm::getFormId function core/modules/system/src/Form/CronForm.php Returns a unique string identifying the form.
Crop::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php Validates the arguments.
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
DatabaseBackendTest::testCacheBackendDatabaseIsBackendOverridable function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php Test that the service "cache.backend.database" is backend overridable.
DatabaseBackendTest::testCacheTagsInvalidatorChecksumIsBackendOverridable function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php Test that the service "cache_tags.invalidator.checksum" is backend overridable.
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.
DatabaseDriverProvidedByModuleTest class core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php Tests output on the status overview page.
DatabaseDriverProvidedByModuleTest.php file core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php
DatabaseDriverProvidedByModuleTest::$defaultTheme property core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php The theme to install as the default for testing.
DatabaseDriverProvidedByModuleTest::setUp function core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php
DatabaseDriverProvidedByModuleTest::testDatabaseDriverIsProvidedByModuleButTheModuleIsNotEnabled function core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php Tests that the status page shows the error message.
DatabaseDriverUninstallValidator class core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php Provides a proxy class for \Drupal\Core\Extension\DatabaseDriverUninstallValidator.
DatabaseDriverUninstallValidator class core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php Ensures installed modules providing a database driver are not uninstalled.

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