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. Search main for id
  6. Other projects
Title Object type File name Summary
EntityUuidIdTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php The theme to install as the default for testing.
EntityUuidIdTest::$modules property core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php Modules to install.
EntityUuidIdTest::setUp function core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php
EntityUuidIdTest::testUi function core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php Tests the user interface for the test entity.
EntityUUIDTest class core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php Tests creation, saving, and loading of entity UUIDs.
EntityUUIDTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php
EntityUUIDTest::assertCRUD function core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php Executes the UUID CRUD tests for the given entity type.
EntityUUIDTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php
EntityUUIDTest::testCRUD function core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php Tests UUID generation in entity CRUD operations.
EntityValidationException class core/modules/migrate/src/Exception/EntityValidationException.php To throw when an entity generated during the import is not valid.
EntityValidationException.php file core/modules/migrate/src/Exception/EntityValidationException.php
EntityValidationException::$violations property core/modules/migrate/src/Exception/EntityValidationException.php The list of violations generated during the entity validation.
EntityValidationException::getViolationMessages function core/modules/migrate/src/Exception/EntityValidationException.php Returns the list of violation messages.
EntityValidationException::getViolations function core/modules/migrate/src/Exception/EntityValidationException.php Returns the list of violations generated during the entity validation.
EntityValidationException::MESSAGES_SEPARATOR constant core/modules/migrate/src/Exception/EntityValidationException.php The separator for combining multiple messages into a single string.
EntityValidationException::__construct function core/modules/migrate/src/Exception/EntityValidationException.php EntityValidationException constructor.
EntityValidationTest class core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Tests the Entity Validation API.
EntityValidationTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php
EntityValidationTest::$cachedDiscoveries property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php An array of plugin managers with clearable cached definitions.
EntityValidationTest::$entityFieldText property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Text for the test field on the entity.
EntityValidationTest::$entityName property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php The name of the entity.
EntityValidationTest::$entityUser property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php The user for the entity.
EntityValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Modules to install.
EntityValidationTest::checkValidation function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Executes the validation test set for a defined entity type.
EntityValidationTest::createTestEntity function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Creates a test entity.
EntityValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php
EntityValidationTest::testCompositeConstraintValidation function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Tests composite constraints.
EntityValidationTest::testEntityChangedConstraintOnConcurrentMultilingualEditing function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Tests the EntityChangedConstraintValidator with multiple translations.
EntityValidationTest::testValidation function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Tests validating test entity types.
EntityValidationTrait trait core/modules/jsonapi/src/Entity/EntityValidationTrait.php Provides a method to validate an entity.
EntityValidationTrait.php file core/modules/jsonapi/src/Entity/EntityValidationTrait.php
EntityValidationTrait::validate function core/modules/jsonapi/src/Entity/EntityValidationTrait.php Verifies that an entity does not violate any validation constraints.
EntityViewBuilder::$entityTypeId property core/lib/Drupal/Core/Entity/EntityViewBuilder.php The type of entities for which this view builder is instantiated.
EntityViewBuilderTest::ENTITY_TYPE_ID constant core/tests/Drupal/Tests/Core/Entity/EntityViewBuilderTest.php
EntityViewDisplayResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php The tested entity type.
EntityViewDisplayTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php The tested entity type.
EntityViewDisplayValidationTest class core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php Tests validation of entity_view_display entities.
EntityViewDisplayValidationTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php
EntityViewDisplayValidationTest::$hasLabel property core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php Whether a config entity of this type has a label.
EntityViewDisplayValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php Modules to install.
EntityViewDisplayValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php
EntityViewDisplayValidationTest::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php Tests that immutable properties cannot be changed.
EntityViewDisplayValidationTest::testLayoutSectionPluginIdIsValidated function core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php Tests that the plugin ID of a Layout Builder section is validated.
EntityViewDisplayValidationTest::testTargetBundleMustExist function core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php Tests that the target bundle of the entity view display is checked.
EntityViewMode::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityViewMode.php Gets the destination IDs.
EntityViewModeResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php The tested entity type.
EntityViewModeTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php The tested entity type.
EntityViewModeValidationTest class core/tests/Drupal/KernelTests/Core/Entity/EntityViewModeValidationTest.php Tests validation of entity_view_mode entities.
EntityViewModeValidationTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityViewModeValidationTest.php
EntityViewModeValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityViewModeValidationTest.php Modules to install.

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