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
JsonApiDocumentTopLevelNormalizerTest::testNormalizeUuid function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php @covers ::normalize
JsonApiRegressionTest::testFilterByIdFromIssue3015759 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensures that filtering by a sequential internal ID named 'id' is possible.
JsonApiRegressionTest::testFilteringEntitiesByEntityReferenceTargetId function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Tests that collections can be filtered by an entity reference target_id.
JsonApiRegressionTest::testInvalidDataTriggersUnprocessableEntityErrorFromIssue3052954 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure POSTing invalid data results in a 422 response, not a PHP error.
JsonApiRegressionTest::testPatchInvalidFieldPropertyFromIssue3127883 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure PATCHing a non-existing field property results in a helpful error.
JsonApiRequestValidator class core/modules/jsonapi/src/EventSubscriber/JsonApiRequestValidator.php Request subscriber that validates a JSON:API request.
JsonApiRequestValidator.php file core/modules/jsonapi/src/EventSubscriber/JsonApiRequestValidator.php
JsonApiRequestValidator::getSubscribedEvents function core/modules/jsonapi/src/EventSubscriber/JsonApiRequestValidator.php
JsonApiRequestValidator::onRequest function core/modules/jsonapi/src/EventSubscriber/JsonApiRequestValidator.php Validates JSON:API requests.
JsonApiRequestValidator::validateQueryParams function core/modules/jsonapi/src/EventSubscriber/JsonApiRequestValidator.php Validates custom (implementation-specific) query parameter names.
JsonapiServiceProvider class core/modules/jsonapi/src/JsonapiServiceProvider.php Adds 'api_json' as known format and prevents its use in the REST module.
JsonapiServiceProvider.php file core/modules/jsonapi/src/JsonapiServiceProvider.php
JsonapiServiceProvider::alter function core/modules/jsonapi/src/JsonapiServiceProvider.php Modifies existing service definitions.
JsonapiServiceProvider::register function core/modules/jsonapi/src/JsonapiServiceProvider.php Registers services to the container.
JsonApiSettingsForm::getFormId function core/modules/jsonapi/src/Form/JsonApiSettingsForm.php Returns a unique string identifying the form.
JsonApiSpec::isValidCustomQueryParameter function core/modules/jsonapi/src/JsonApiSpec.php Checks whether the given custom query parameter name is valid.
JsonApiSpec::isValidMemberName function core/modules/jsonapi/src/JsonApiSpec.php Checks whether the given member name is valid.
JsonApiSpecTest::providerTestIsValidCustomQueryParameter function core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php Data provider for testIsValidCustomQueryParameter.
JsonApiSpecTest::providerTestIsValidMemberName function core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php Data provider for testIsValidMemberName.
JsonApiSpecTest::testIsValidCustomQueryParameter function core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php Provides test cases.
JsonApiSpecTest::testIsValidMemberName function core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php Ensures that member names are properly validated.
JsOptimizerUnitTest::providerTestClean function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Provides data for the JS asset cleaning test.
JsOptimizerUnitTest::providerTestOptimize function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Provides data for the JS asset optimize test.
JSWebAssert::waitForId function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Waits for an element by its id and returns it when available.
JsWebAssertTestForm::addId function core/modules/system/tests/modules/js_webassert_test/src/Form/JsWebAssertTestForm.php Ajax callback for the "Add ID" button.
JsWebAssertTestForm::getFormId function core/modules/system/tests/modules/js_webassert_test/src/Form/JsWebAssertTestForm.php Returns a unique string identifying the form.
KernelTestBaseTest::testAssertIdentical function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the deprecation of AssertLegacyTrait::assertIdentical.
KernelTestBaseTest::testAssertIdenticalObject function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the deprecation of AssertLegacyTrait::assertIdenticalObject.
KernelTestBaseTest::testAssertNotIdentical function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the deprecation of AssertLegacyTrait::assertNotIdentical.
KeyValueContentEntityStorage::getLatestRevisionId function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Returns the latest revision identifier for an entity.
KeyValueContentEntityStorage::getLatestTranslationAffectedRevisionId function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Returns the latest revision affecting the specified translation.
KeyValueEntityStorage::$uuidService property core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php The UUID service.
KeyValueEntityStorage::MAX_ID_LENGTH constant core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Length limit of the entity ID.
KeyValueEntityStorageTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The mocked cache tags invalidator.
KeyValueEntityStorageTest::$uuidService property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The UUID service.
KeyValueEntityStorageTest::testCreateWithoutUuidKey function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::create
@covers ::doCreate
KeyValueEntityStorageTest::testCreateWithPredefinedUuid function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::create
@covers ::doCreate
KeyValueEntityStorageTest::testLoadMultipleIds function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::loadMultiple
@covers ::postLoad
@covers ::mapFromStorageRecords
@covers ::doLoadMultiple
KeyValueEntityStorageTest::testSaveInvalid function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save
@covers ::doSave
language.config_factory_override service core/modules/language/language.services.yml Drupal\language\Config\LanguageConfigFactoryOverride
Language::$id property core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php The id of the language.
Language::$id property core/lib/Drupal/Core/Language/Language.php The ID, langcode.
Language::getId function core/lib/Drupal/Core/Language/Language.php Gets the ID (language code).
Language::getIds function core/modules/language/src/Plugin/migrate/source/Language.php Defines the source fields uniquely identifying a source row.
Language::id function core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php
Language::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php
LanguageAddForm::getFormId function core/modules/language/src/Form/LanguageAddForm.php Returns a unique string identifying the form.
LanguageAddForm::validateCustom function core/modules/language/src/Form/LanguageAddForm.php Validates the language addition form on custom language button.
LanguageAddForm::validatePredefined function core/modules/language/src/Form/LanguageAddForm.php Element specific validator for the Add language button.
LanguageConfigFactoryOverride class core/modules/language/src/Config/LanguageConfigFactoryOverride.php Provides language overrides for the configuration factory.

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