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
EntityCacheTagsTestBase::getRenderCacheBackend function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Retrieves the render cache backend as a variation cache.
EntityConcurrentRenderTest class core/tests/Drupal/FunctionalTests/Entity/EntityConcurrentRenderTest.php Tests that the same entity can be rendered multiple times on a page.
EntityConcurrentRenderTest.php file core/tests/Drupal/FunctionalTests/Entity/EntityConcurrentRenderTest.php
EntityConcurrentRenderTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Entity/EntityConcurrentRenderTest.php The theme to install as the default for testing.
EntityConcurrentRenderTest::$modules property core/tests/Drupal/FunctionalTests/Entity/EntityConcurrentRenderTest.php Modules to install.
EntityConcurrentRenderTest::setUp function core/tests/Drupal/FunctionalTests/Entity/EntityConcurrentRenderTest.php
EntityConcurrentRenderTest::testSameEntityInMultipleBlocks function core/tests/Drupal/FunctionalTests/Entity/EntityConcurrentRenderTest.php Tests that two blocks rendering the same entity both produce output.
EntityConverterLatestRevisionTest::testEntityNoPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with no pending revision.
EntityConverterLatestRevisionTest::testEntityWithPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with a pending revision.
EntityConverterLatestRevisionTest::testWithTranslatedPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with a translated pending revision.
EntityDecoupledTranslationRevisionsTest::dataTestDecoupledPendingRevisions function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Data provider for ::testDecoupledDefaultRevisions.
EntityDecoupledTranslationRevisionsTest::testDecoupledPendingRevisions function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Tests decoupled default revisions.
EntityDisplayBase::$renderer property core/lib/Drupal/Core/Entity/EntityDisplayBase.php The renderer.
EntityDisplayBase::calculateDependencies function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Calculates dependencies and stores them in the dependency property.
EntityDisplayBase::getPluginRemovedDependencies function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Returns the plugin dependencies being removed.
EntityDisplayBase::onDependencyRemoval function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Informs the entity that entities it depends on will be deleted.
EntityDisplayBaseMockableClass::getRenderer function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php Gets the renderer plugin for a field (e.g. widget, formatter).
EntityDisplayBaseTest::testOnDependencyRemoval function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php Tests on dependency removal.
EntityDisplayInterface::getRenderer function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Gets the renderer plugin for a field (e.g. widget, formatter).
EntityDisplayModeBase::calculateDependencies function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Calculates dependencies and stores them in the dependency property.
EntityDisplayModeBaseUnitTest::testCalculateDependencies function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php Tests calculate dependencies.
EntityDisplayModeListBuilder::render function core/modules/field_ui/src/EntityDisplayModeListBuilder.php Builds the entity listing as renderable array for table.html.twig.
EntityDisplayTest::assertDependency function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Asserts that $key is a $type type dependency of $display config entity.
EntityDisplayTest::assertDependencyHelper function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Provides a helper for dependency assertions.
EntityDisplayTest::assertNoDependency function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Asserts that $key is not a $type type dependency of $display config entity.
EntityDisplayTest::testComponentDependencies function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests components dependencies additions.
EntityDisplayTest::testOnDependencyRemoval function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval().
EntityField::$entityFieldRenderer property core/modules/views/src/Plugin/views/field/EntityField.php Static cache for ::getEntityFieldRenderer().
EntityField::$renderer property core/modules/views/src/Plugin/views/field/EntityField.php The renderer.
EntityField::calculateDependencies function core/modules/views/src/Plugin/views/field/EntityField.php Calculates dependencies for the configured plugin.
EntityField::getEntityFieldRenderer function core/modules/views/src/Plugin/views/field/EntityField.php Returns the entity field renderer.
EntityField::onDependencyRemoval function core/modules/views/src/Plugin/views/field/EntityField.php Allows a plugin to define whether it should be removed.
EntityField::preRender function core/modules/views/src/Plugin/views/field/EntityField.php Runs before any fields are rendered.
EntityField::renderItems function core/modules/views/src/Plugin/views/field/EntityField.php Render all items in this field together.
EntityField::render_item function core/modules/views/src/Plugin/views/field/EntityField.php Renders a single item of a row.
EntityFieldManagerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The cache backend to use.
EntityFieldRenderer class core/modules/views/src/Entity/Render/EntityFieldRenderer.php Renders entity fields.
EntityFieldRenderer.php file core/modules/views/src/Entity/Render/EntityFieldRenderer.php
EntityFieldRenderer::$entityRepository property core/modules/views/src/Entity/Render/EntityFieldRenderer.php The entity repository service.
EntityFieldRenderer::$entityTypeManager property core/modules/views/src/Entity/Render/EntityFieldRenderer.php The entity type manager.
EntityFieldRenderer::$processedRows property core/modules/views/src/Entity/Render/EntityFieldRenderer.php A list of indexes of rows whose fields have already been rendered.
EntityFieldRenderer::$relationship property core/modules/views/src/Entity/Render/EntityFieldRenderer.php The relationship being handled.
EntityFieldRenderer::buildFields function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Builds the render arrays for all fields of all result rows.
EntityFieldRenderer::getCacheContexts function core/modules/views/src/Entity/Render/EntityFieldRenderer.php The cache contexts associated with this object.
EntityFieldRenderer::getEntityRepository function core/modules/views/src/Entity/Render/EntityFieldRenderer.php
EntityFieldRenderer::getEntityTypeId function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns the entity type identifier.
EntityFieldRenderer::getEntityTypeManager function core/modules/views/src/Entity/Render/EntityFieldRenderer.php
EntityFieldRenderer::getLanguageManager function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns the language manager.
EntityFieldRenderer::getRenderableFieldIds function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns a list of names of entity fields to be rendered.
EntityFieldRenderer::getView function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns the top object of a view.

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