Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 10.3.x for end
  5. Search main for end
  6. Other projects
Title Object type File name Summary
EntityFieldRenderer::query function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Alters the query if needed.
EntityFieldRenderer::render function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Renders entity field data.
EntityFieldRenderer::__construct function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Constructs an EntityFieldRenderer object.
EntityFormDisplay::collectRenderDisplay function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Returns the entity_form_display object used to build an entity form.
EntityFormDisplay::getRenderer function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Gets the renderer plugin for a field (e.g. widget, formatter).
EntityFormDisplayTest::testOnDependencyRemoval function core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval().
EntityInterface::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the key that is used to store configuration dependencies.
EntityInterface::getConfigDependencyName function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the configuration dependency name.
EntityLabel::preRender function core/modules/views/src/Plugin/views/field/EntityLabel.php Runs before any fields are rendered.
EntityLabel::render function core/modules/views/src/Plugin/views/field/EntityLabel.php Renders the field.
EntityLastInstalledSchemaRepository::$cacheBackend property core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php The cache backend.
EntityLink::preRender function core/modules/comment/src/Plugin/views/field/EntityLink.php Runs before any fields are rendered.
EntityLink::render function core/modules/comment/src/Plugin/views/field/EntityLink.php Renders the field.
EntityLink::render function core/modules/views/src/Plugin/views/field/EntityLink.php Renders the field.
EntityLink::renderLink function core/modules/views/src/Plugin/views/field/EntityLink.php Prepares the link to view an entity.
EntityLinkDelete::renderLink function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php Prepares the link to view an entity.
EntityLinkEdit::renderLink function core/modules/views/src/Plugin/views/field/EntityLinkEdit.php Prepares the link to view an entity.
EntityLinkTest::testRenderNullEntity function core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php Test the render method when getEntity returns NULL.
EntityListBuilder::render function core/lib/Drupal/Core/Entity/EntityListBuilder.php Builds the entity listing as renderable array for table.html.twig.
EntityListBuilderInterface::render function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Builds a listing of entities for the given entity type.
EntityOperations::render function core/modules/views/src/Plugin/views/field/EntityOperations.php Renders the field.
EntityOperationsTest::testPendingRevisions function core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php Verifies that the process of saving pending revisions works as expected.
EntityOperationsUnitTest::testRenderWithDestination function core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php Tests render with destination.
EntityOperationsUnitTest::testRenderWithoutDestination function core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php Tests render without destination.
EntityOperationsUnitTest::testRenderWithoutEntity function core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php Tests render without entity.
EntityQueryTest::testPendingRevisions function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests pending revisions.
EntityReference::calculateDependencies function core/modules/views/src/Plugin/views/filter/EntityReference.php Calculates dependencies for the configured plugin.
EntityReference::preRender function core/modules/views/src/Plugin/views/row/EntityReference.php Allow the style to do stuff before each row is rendered.
EntityReference::render function core/modules/views/src/Plugin/views/display/EntityReference.php Builds the view result as a renderable array.
EntityReference::render function core/modules/views/src/Plugin/views/style/EntityReference.php Render the display in this style.
EntityReferenceEntityFormatter::$recursiveRenderDepth property core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php An array of counters for the recursive rendering protection.
EntityReferenceEntityFormatter::RECURSIVE_RENDER_LIMIT constant core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php The number of times this formatter allows rendering the same entity.
EntityReferenceFieldTest::testEntityReferenceFieldDependencies function core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php Tests the dependencies entity reference fields are created with.
EntityReferenceFormatterTest::buildRenderArray function core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php Sets field values and returns a render array.
EntityReferenceFormatterTest::testEntityFormatterIterativeRendering function core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php Tests that iterative rendering is allowed by recursive render protection.
EntityReferenceFormatterTest::testEntityFormatterRecursiveRendering function core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php Tests the recursive rendering protection of the entity formatter.
EntityReferenceFormatterTest::testEntityReferenceRecursiveProtectionWithManyRenderedEntities function core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php Renders the same entity referenced from different places.
EntityReferenceItem::calculateDependencies function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Calculates dependencies for field items.
EntityReferenceItem::calculateStorageDependencies function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Calculates dependencies for field items on the storage level.
EntityReferenceItem::onDependencyRemoval function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Informs the plugin that a dependency of the field will be deleted.
EntityResource::$renderer property core/modules/jsonapi/src/Controller/EntityResource.php The renderer.
EntityResource::calculateDependencies function core/modules/rest/src/Plugin/rest/resource/EntityResource.php Calculates dependencies for the configured plugin.
EntityResource::executeQueryInRenderContext function core/modules/jsonapi/src/Controller/EntityResource.php Executes the query in a render context, to catch bubbled cacheability.
EntityRevisionTranslationTest::testTranslationValuesWhenSavingPendingRevisions function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php Tests the translation values when saving a pending revision.
EntityRow::calculateDependencies function core/modules/views/src/Plugin/views/row/EntityRow.php Calculates dependencies for the configured plugin.
EntityRow::preRender function core/modules/views/src/Plugin/views/row/EntityRow.php Allow the style to do stuff before each row is rendered.
EntityRow::render function core/modules/views/src/Plugin/views/row/EntityRow.php Creates a render array for a row object.
EntityTest::testCalculateDependencies function core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php Tests calculate dependencies.
EntityTest::testCalculateDependenciesWithEntityId function core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php Tests calculate dependencies with entity id.
EntityTest::testCalculateDependenciesWithPlaceholder function core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php Tests calculate dependencies with placeholder.

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