Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
EntityTypeRepositoryTest::testGetEntityTypeLabels function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php Tests the getEntityTypeLabels() method.
EntityTypeTest::testGetOriginalClassChanged function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::setClass[[api-linebreak]]
@covers ::getOriginalClass[[api-linebreak]]
EntityTypeTest::testGetOriginalClassUnchanged function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::getOriginalClass[[api-linebreak]]
EntityTypeTest::testGetStorageClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getStorageClass() method.
EntityTypeTest::testSetStorageClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the setStorageClass() method.
EntityUnitTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php The mocked cache tags invalidator.
EntityUntranslatableFieldsConstraintValidator class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php Validates the EntityChanged constraint.
EntityUntranslatableFieldsConstraintValidator.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php
EntityUntranslatableFieldsConstraintValidator::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php The entity type manager.
EntityUntranslatableFieldsConstraintValidator::create function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php
EntityUntranslatableFieldsConstraintValidator::hasUntranslatableFieldsChanges function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php Checks whether an entity has untranslatable field changes.
EntityUntranslatableFieldsConstraintValidator::validate function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php
EntityUntranslatableFieldsConstraintValidator::__construct function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php Constructs an EntityUntranslatableFieldsConstraintValidator object.
EntityUrlTest::providerTestToUrlLinkTemplateAddForm function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlLinkTemplateAddForm().
EntityUrlTest::providerTestToUrlLinkTemplateNoId function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlLinkTemplateNoId().
EntityUrlTest::providerTestToUrlLinkTemplateRevision function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlLinkTemplateRevision().
EntityUrlTest::providerTestToUrlLinkTemplates function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlLinkTemplates().
EntityUrlTest::providerTestToUrlUriCallback function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlUriCallback().
EntityUrlTest::providerTestToUrlUriCallbackUndefined function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlUriCallbackUndefined().
EntityUrlTest::testToUrlDefaultException function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method without specifying the $rel parameter.
EntityUrlTest::testToUrlDefaultFallback function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method without specifying the $rel parameter.
EntityUrlTest::testToUrlLinkTemplateAddForm function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with the 'revision' link template.
EntityUrlTest::testToUrlLinkTemplateNoId function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with link templates without an entity ID.
EntityUrlTest::testToUrlLinkTemplateRevision function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with the 'revision' link template.
EntityUrlTest::testToUrlLinkTemplates function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with simple link templates.
EntityUrlTest::testToUrlNoId function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method without an entity ID.
EntityUrlTest::testToUrlUriCallback function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with a URI callback.
EntityUrlTest::testToUrlUriCallbackUndefined function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with neither link templates nor a URI callback.
EntityValidationException::MESSAGES_SEPARATOR constant core/modules/migrate/src/Exception/EntityValidationException.php The separator for combining multiple messages into a single string.
EntityValidationTest::testEntityChangedConstraintOnConcurrentMultilingualEditing function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Tests the EntityChangedConstraintValidator with multiple translations.
EntityViewBuilder::$entityDisplayRepository property core/lib/Drupal/Core/Entity/EntityViewBuilder.php The entity display repository.
EntityViewBuilder::$entityRepository property core/lib/Drupal/Core/Entity/EntityViewBuilder.php The entity repository service.
EntityViewBuilderTest::testEntityViewBuilderCacheToggling function core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php Tests entity render cache toggling.
EntityViewDisplayEditForm::getOverviewUrl function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
EntityViewsData::$fieldStorageDefinitions property core/modules/views/src/EntityViewsData.php The field storage definitions for all base fields of the entity type.
EntityViewsData::$storage property core/modules/views/src/EntityViewsData.php The storage used for this entity type.
EntityViewsData::getFieldStorageDefinitions function core/modules/views/src/EntityViewsData.php Gets the field storage definitions.
EntityWorkspaceConflictConstraintValidator class core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php Validates the EntityWorkspaceConflict constraint.
EntityWorkspaceConflictConstraintValidator.php file core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php
EntityWorkspaceConflictConstraintValidator::create function core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php
EntityWorkspaceConflictConstraintValidator::validate function core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php
EntityWorkspaceConflictConstraintValidator::__construct function core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php
EntityWorkspaceConflictConstraintValidatorTest class core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php @coversDefaultClass \Drupal\workspaces\Plugin\Validation\Constraint\EntityWorkspaceConflictConstraintValidator[[api-linebreak]]
@group workspaces
EntityWorkspaceConflictConstraintValidatorTest.php file core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php
EntityWorkspaceConflictConstraintValidatorTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php The entity type manager.
EntityWorkspaceConflictConstraintValidatorTest::$modules property core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php
EntityWorkspaceConflictConstraintValidatorTest::reloadEntity function core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php Reloads the given entity from the storage and returns it.
EntityWorkspaceConflictConstraintValidatorTest::setUp function core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php
EntityWorkspaceConflictConstraintValidatorTest::testNewEntitiesAllowedInDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php @covers ::validate[[api-linebreak]]
entity_display.repository service core/core.services.yml Drupal\Core\Entity\EntityDisplayRepository

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