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
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.
EntityFormDisplayValidationTest class core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php Tests validation of entity_form_display entities.
EntityFormDisplayValidationTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php
EntityFormDisplayValidationTest::$hasLabel property core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php Whether a config entity of this type has a label.
EntityFormDisplayValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php Modules to install.
EntityFormDisplayValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php
EntityFormDisplayValidationTest::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php Tests that immutable properties cannot be changed.
EntityFormDisplayValidationTest::testMultilineTextFieldWidgetPlaceholder function core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php Tests validation of entity form display component's widget settings.
EntityFormDisplayValidationTest::testTargetBundleMustExist function core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php Tests that the target bundle of the entity form display is checked.
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.
EntityFormModeValidationTest class core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php Tests validation of entity_form_mode entities.
EntityFormModeValidationTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php
EntityFormModeValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php Modules to install.
EntityFormModeValidationTest::$propertiesWithOptionalValues property core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php The config entity properties whose values are optional (set to NULL).
EntityFormModeValidationTest::providerInvalidMachineNameCharacters function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php Data provider for ::testInvalidMachineNameCharacters().
EntityFormModeValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php
EntityFormModeValidationTest::testDescriptionCannotBeEmpty function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php Tests that description can be NULL, but not empty strings.
EntityFormModeValidationTest::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php Tests that immutable properties cannot be changed.
EntityFormModeValidationTest::testMachineNameLength function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php Tests that the entity ID's length is validated if it is a machine name.
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 Tests Entity Has Field Constraint Validator.
EntityHasFieldConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php
EntityHasFieldConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php Modules to install.
EntityHasFieldConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php
EntityHasFieldConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php Tests validation of an entity with a field.
EntityInterface::getCacheTagsToInvalidate function core/lib/Drupal/Core/Entity/EntityInterface.php Returns the cache tags that should be used to invalidate caches.
EntityInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the ID of the type of the entity.
EntityInterface::getOriginalId function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the original ID.
EntityInterface::id function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the identifier.
EntityInterface::setOriginalId function core/lib/Drupal/Core/Entity/EntityInterface.php Sets the original ID.
EntityInterface::uuid function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the entity UUID (Universally Unique Identifier).
EntityLinkTest::providerTestLink function core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php Provides test data for testLink().
EntityListBuilder::$entityTypeId property core/lib/Drupal/Core/Entity/EntityListBuilder.php The entity type ID.
EntityListBuilder::getEntityIds function core/lib/Drupal/Core/Entity/EntityListBuilder.php Loads entity IDs using a pager sorted by the entity id.
EntityLoadByUuidTest class core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Tests loading entities by UUID.
EntityLoadByUuidTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
EntityLoadByUuidTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Modules to install.
EntityLoadByUuidTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking function core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Ensures that ::loadEntityByUuid() doesn't apply access checking.

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