Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
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::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 Returns the Url object for a specific entity (form) display edit form.
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::$entityTypeManager property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php The entity type manager.
EntityWorkspaceConflictConstraintValidator::$workspaceAssociation property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php The workspace association service.
EntityWorkspaceConflictConstraintValidator::$workspaceManager property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php The workspace manager service.
EntityWorkspaceConflictConstraintValidator::$workspaceRepository property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php The workspace repository service.
EntityWorkspaceConflictConstraintValidator::create function core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php Instantiates a new instance of this class.
EntityWorkspaceConflictConstraintValidator::validate function core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php
EntityWorkspaceConflictConstraintValidator::__construct function core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php Constructs an EntityUntranslatableFieldsConstraintValidator object.
entity_display.repository service core/core.services.yml Drupal\Core\Entity\EntityDisplayRepository
entity_field.deleted_fields_repository service core/core.services.yml Drupal\Core\Field\DeletedFieldsRepository
entity_schema_test_entity_field_storage_info function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_field_storage_info().
entity_test_deprecated_storage.info.yml file core/modules/system/tests/modules/entity_test_deprecated_storage/entity_test_deprecated_storage.info.yml core/modules/system/tests/modules/entity_test_deprecated_storage/entity_test_deprecated_storage.info.yml
entity_test_extra_entity_field_storage_info function core/modules/system/tests/modules/entity_test_extra/entity_test_extra.module Implements hook_entity_field_storage_info().
entity_test_update_entity_field_storage_info function core/modules/system/tests/modules/entity_test_update/entity_test_update.module Implements hook_entity_field_storage_info().
entity_type.repository service core/core.services.yml Drupal\Core\Entity\EntityTypeRepository
EntryPoint::$resourceTypeRepository property core/modules/jsonapi/src/Controller/EntryPoint.php The JSON:API resource type repository.
EnvironmentCleaner::cleanTemporaryDirectories function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Finds all leftover fixture site directories and removes them.
EnvironmentCleaner::doCleanTemporaryDirectories function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Performs the cleanup of temporary test directories.
EnvironmentCleanerInterface::cleanTemporaryDirectories function core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php Finds all leftover fixture site directories and removes them.
EnvironmentCleanerTest::testDoCleanTemporaryDirectories function core/tests/Drupal/KernelTests/Core/Test/EnvironmentCleanerTest.php @covers ::doCleanTemporaryDirectories[[api-linebreak]]
Equality::operatorOptions function core/modules/views/src/Plugin/views/filter/Equality.php Provide simple equality operator.
ErrorCollection::getIterator function core/modules/jsonapi/src/JsonApiResource/ErrorCollection.php Returns an iterator for errors.
EventSubscriber::onConfigImporterMissingContentOne function core/modules/config/tests/config_import_test/src/EventSubscriber.php Handles the missing content event.
ExampleRenderable::toRenderable function core/modules/system/tests/modules/twig_theme_test/src/ExampleRenderable.php Returns a render array representation of the object.
exception.custom_page_html service core/core.services.yml Drupal\Core\EventSubscriber\CustomPageExceptionHtmlSubscriber
ExceptionJsonSubscriberTest::providerTestOn4xx function core/tests/Drupal/Tests/Core/EventSubscriber/ExceptionJsonSubscriberTest.php
ExceptionJsonSubscriberTest::testOn4xx function core/tests/Drupal/Tests/Core/EventSubscriber/ExceptionJsonSubscriberTest.php @covers ::on4xx[[api-linebreak]]
@dataProvider providerTestOn4xx

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