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
EntityDisplayBase::id function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the identifier.
EntityDisplayBaseTest::testGetTargetEntityTypeId function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php @covers ::getTargetEntityTypeId
EntityDisplayInterface::getTargetEntityTypeId function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Gets the entity type for which this display is used.
EntityDisplayModeAddForm::$targetEntityTypeId property core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php The entity type for which the display mode is being created.
EntityDisplayModeAddForm::validateForm function core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php Form validation handler.
EntityDisplayModeBase::$id property core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php The ID of the form or view mode.
EntityDisplayModeBaseUnitTest::$uuid property core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php The UUID generator used for testing.
EntityDisplayModeListBuilder::isValidEntity function core/modules/field_ui/src/EntityDisplayModeListBuilder.php Filters entities based on their view builder handlers.
EntityDisplayTest::testEntityDisplayInvalidateCacheTags function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Ensure that entity view display changes invalidates cache tags.
EntityDisplayTest::testExtraFieldComponentInitialInvalidConfig function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the behavior of an extra field component with initial invalid values.
EntityDisplayWithLayoutInterface::getLayoutId function core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php Gets the layout plugin ID for this display.
EntityDisplayWithLayoutInterface::setLayoutId function core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php Sets the layout plugin ID for this display.
EntityFieldDefaultValueTest::$uuid property core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php The UUID object to be used for generating UUIDs.
EntityFieldDefinitionTrait::getEntityTypeId function core/modules/migrate/src/EntityFieldDefinitionTrait.php Finds the entity type from configuration or plugin ID.
EntityFieldInstance::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityFieldInstance.php Gets the destination IDs.
EntityFieldManagerTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The cache tags invalidator.
EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode().
EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeLangcode function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode().
EntityFieldManagerTest::testGetBaseFieldDefinitionsInvalidDefinition function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getBaseFieldDefinitions() method with an invalid definition.
EntityFieldManagerTest::testGetFieldDefinitionsProvider function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests that getFieldDefinitions() method sets the 'provider' definition key.
EntityFieldRenderer::getEntityTypeId function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns the entity type identifier.
EntityFieldRenderer::getRenderableFieldIds function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns a list of names of entity fields to be rendered.
EntityFieldStorageConfig::getEntityTypeId function core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Finds the entity type from configuration or plugin ID.
EntityFieldStorageConfig::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Gets the destination IDs.
EntityFieldTest::testEntityConstraintValidation function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests validation constraints provided by the Entity API.
EntityFieldTest::testEntityIdAssignment function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests explicit entity ID assignment.
EntityFieldTest::testFieldOverrideBundleField function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests creating a field override config for a bundle field.
EntityForm::getBaseFormId function core/lib/Drupal/Core/Entity/EntityForm.php Returns a string identifying the base form.
EntityForm::getFormId function core/lib/Drupal/Core/Entity/EntityForm.php Returns a unique string identifying the form.
EntityFormDisplay::flagWidgetsErrorsFromViolations function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Flags entity validation violations as form errors.
EntityFormDisplay::validateFormValues function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Validates submitted widget values and sets the corresponding form errors.
EntityFormDisplayInterface::flagWidgetsErrorsFromViolations function core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php Flags entity validation violations as form errors.
EntityFormDisplayInterface::validateFormValues function core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php Validates submitted widget values and sets the corresponding form errors.
EntityFormDisplayResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php The tested entity type.
EntityFormDisplayTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php The tested entity type.
EntityFormModeListBuilder::isValidEntity function core/modules/field_ui/src/EntityFormModeListBuilder.php Filters entities based on their form mode handlers.
EntityFormModeResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php The tested entity type.
EntityFormModeTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php The tested entity type.
EntityFormTest::providerTestFormIds function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Provides test data for testFormId().
EntityFormTest::testFormId function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests the form ID generation.
EntityFormTest::testValidationHandlers function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Checks that validation handlers works as expected.
EntityHasFieldConstraintValidator class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraintValidator.php Validates the EntityHasField constraint.
EntityHasFieldConstraintValidator.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraintValidator.php
EntityHasFieldConstraintValidator::validate function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraintValidator.php
EntityHasFieldConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php @covers \Drupal\Core\Entity\Plugin\Validation\Constraint\EntityHasFieldConstraintValidator
EntityHasFieldConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php
EntityHasFieldConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php Modules to enable.
EntityHasFieldConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php
EntityHasFieldConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php
EntityInterface::getCacheTagsToInvalidate function core/lib/Drupal/Core/Entity/EntityInterface.php Returns the cache tags that should be used to invalidate caches.

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