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
ContentEntityTest::migrationConfigurationProvider function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php Data provider for several test methods.
ContentImportTest::providerImportEntityThatAlreadyExists function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php
ContentImportTest::testEntityValidationIsTriggered function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php Tests that the importer validates entities before saving them.
ContentLanguageSettings::$id property core/modules/language/src/Entity/ContentLanguageSettings.php The id. Combination of $target_entity_type_id.$target_bundle.
ContentLanguageSettings::$target_entity_type_id property core/modules/language/src/Entity/ContentLanguageSettings.php The entity type ID (machine name).
ContentLanguageSettings::getAllValidDefaultLangcodes function core/modules/language/src/Entity/ContentLanguageSettings.php Returns all valid values for the `default_langcode` property.
ContentLanguageSettings::getTargetEntityTypeId function core/modules/language/src/Entity/ContentLanguageSettings.php Gets the entity type ID this config applies to.
ContentLanguageSettings::id function core/modules/language/src/Entity/ContentLanguageSettings.php Gets the identifier.
ContentLanguageSettingsForm::getFormId function core/modules/language/src/Form/ContentLanguageSettingsForm.php Returns a unique string identifying the form.
ContentLanguageSettingsInterface::getTargetEntityTypeId function core/modules/language/src/ContentLanguageSettingsInterface.php Gets the entity type ID this config applies to.
ContentLanguageSettingsResourceTestBase::$entityTypeId property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php The tested entity type.
ContentLanguageSettingsTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php The tested entity type.
ContentLanguageSettingsUnitTest::$entityTypeId property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The ID of the type of the entity under test.
ContentLanguageSettingsUnitTest::$uuid property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The UUID generator used for testing.
ContentLanguageSettingsUnitTest::providerDefaultLangcode function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::providerIsDefaultConfiguration function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::providerLanguageAlterable function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::providerLoadByEntityTypeBundle function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::testId function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::id
ContentLanguageSettingsUnitTest::testTargetEntityTypeId function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::getTargetEntityTypeId
ContentLanguageSettingsValidationTest class core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php Tests validation of content_language_settings entities.
ContentLanguageSettingsValidationTest.php file core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php
ContentLanguageSettingsValidationTest::$hasLabel property core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php Whether a config entity of this type has a label.
ContentLanguageSettingsValidationTest::$modules property core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php Modules to install.
ContentLanguageSettingsValidationTest::setUp function core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php
ContentLanguageSettingsValidationTest::testImmutableProperties function core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php Tests that immutable properties cannot be changed.
ContentLanguageSettingsValidationTest::testTargetBundleMustExist function core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php Tests that the target bundle of the language content settings is checked.
ContentLengthTest::providerTestSetContentLengthHeader function core/modules/big_pipe/tests/src/Unit/StackMiddleware/ContentLengthTest.php
ContentLengthTest::providerTestSetContentLengthHeader function core/tests/Drupal/Tests/Core/StackMiddleware/ContentLengthTest.php
ContentModerationConfigureEntityTypesForm::getFormId function core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php Returns a unique string identifying the form.
ContentModerationState::id function core/modules/content_moderation/src/ContentModerationState.php Gets the state's ID.
ContentModerationStateTest::$revEntityTypeId property core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php The ID of the revisionable entity type used in the tests.
ContentModerationStateTest::testModerationWithFieldConfigOverride function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests moderation when the moderation_state field has a config override.
ContentModerationTest::testWidget function core/modules/media_library/tests/src/FunctionalJavascript/ContentModerationTest.php Tests the media library widget only shows published media.
ContentPreprocessTest::routeNodeProvider function core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php Data provider for self::testIsLatestVersionPage().
ContentTranslationDeleteForm::getFormId function core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php Returns a unique string identifying the form.
ContentTranslationFieldSyncRevisionTest::setUntranslatableFieldWidgetsDisplay function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php Sets untranslatable field widgets' display status.
ContentTranslationFieldSyncRevisionTest::testChangeDefaultLanguageNonTranslatableFieldsHidden function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php Tests changing the default language of an entity.
ContentTranslationFieldSyncRevisionTest::testFieldSynchronizationAndValidation function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php Checks that field synchronization works as expected with revisions.
ContentTranslationHandler::$entityTypeId property core/modules/content_translation/src/ContentTranslationHandler.php The type of the entity being translated.
ContentTranslationHandler::entityFormValidate function core/modules/content_translation/src/ContentTranslationHandler.php Form validation handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHandler::getDefaultOwnerId function core/modules/content_translation/src/ContentTranslationHandler.php Default value callback for the owner base field definition.
ContentTranslationHandlerTest::$entityTypeId property core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php The ID of the entity type used in this test.
ContentTranslationHandlerTest::providerTestEntityFormSharedElements function core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php Returns test cases for ::testEntityFormSharedElements().
ContentTranslationLanguageChangeTest::testTitleDoesNotChangesOnChangingLanguageWidgetAndTriggeringAjaxCall function core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php Tests that title does not change on ajax call with new language value.
ContentTranslationLocalTasks::$basePluginId property core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php The base plugin ID.
ContentTranslationLocalTasksTest::providerTestBlockAdminDisplay function core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php Provides a list of routes to test.
ContentTranslationMetadataFieldsTest::$entityTypeId property core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php The entity type being tested.
ContentTranslationOutdatedRevisionTranslationTest::assertFlagWidget function core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php Checks whether the flag widget is displayed.
ContentTranslationOutdatedRevisionTranslationTest::testFlagAsOutdatedHidden function core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php Tests that outdated revision translations work correctly.

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