Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::__construct function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Constructs a new EntityLastInstalledSchemaRepository.
EntityLastInstalledSchemaRepositoryInterface interface core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Provides an interface for an installed entity definition repository.
EntityLastInstalledSchemaRepositoryInterface.php file core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Deletes the entity type definition from the application state.
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Deletes the field storage definition from the application state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type definition in its most recently installed state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type definitions in their most recently installed state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type's most recently installed field storage definitions.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the entity type definition in the application state.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the field storage definition in the application state.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the entity type's field storage definitions in the application state.
EntityLegacyTest class core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php Tests legacy entity functions.
EntityLegacyTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php
EntityLegacyTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php
EntityLegacyTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php
EntityLegacyTest::testEntityCreate function core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php Tests deprecation of the entity_create() function.
EntityLegacyTest::testEntityDeleteMultiple function core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php Tests that entity_delete_multiple triggers an error.
EntityLegacyTest::testEntityLegacyCode function core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php @expectedDeprecation entity_load_multiple() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use the entity type storage's loadMultiple() method. See https://www.drupal.org/node/2266845
@expectedDeprecation entity_load() is…
EntityLegacyTest::testEntityLoadMultipleByProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php @expectedDeprecation entity_load_multiple_by_properties() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use the entity type storage's loadByProperties() method. See https://www.drupal.org/node/3050910
EntityLegacyTest::testEntityView function core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php @expectedDeprecation entity_view() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal::entityTypeManager()->getViewBuilder($entity->getEntityTypeId())->view($entity, $view_mode, $langcode) instead. See…
EntityLegacyTest::testLegacyDisplayFunctions function core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php @expectedDeprecation entity_get_display() is deprecated in drupal:8.8.0. It will be removed before drupal:9.0.0. Use \Drupal::service('entity_display.repository')->getViewDisplay() instead. See…
EntityLink class core/modules/comment/src/Plugin/views/field/EntityLink.php Handler for showing comment module's entity links.
EntityLink class core/modules/views/src/Plugin/views/field/EntityLink.php Field handler to present a link to an entity.
EntityLink.php file core/modules/views/src/Plugin/views/field/EntityLink.php
EntityLink.php file core/modules/comment/src/Plugin/views/field/EntityLink.php
EntityLink::$build property core/modules/comment/src/Plugin/views/field/EntityLink.php Stores the result of parent entities build for all rows to reuse it later.
EntityLink::buildOptionsForm function core/modules/comment/src/Plugin/views/field/EntityLink.php
EntityLink::buildOptionsForm function core/modules/views/src/Plugin/views/field/EntityLink.php
EntityLink::defineOptions function core/modules/views/src/Plugin/views/field/EntityLink.php
EntityLink::defineOptions function core/modules/comment/src/Plugin/views/field/EntityLink.php
EntityLink::getDefaultLabel function core/modules/views/src/Plugin/views/field/EntityLink.php
EntityLink::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLink.php Returns the entity link template name identifying the link route.
EntityLink::getUrlInfo function core/modules/views/src/Plugin/views/field/EntityLink.php
EntityLink::preRender function core/modules/comment/src/Plugin/views/field/EntityLink.php
EntityLink::query function core/modules/comment/src/Plugin/views/field/EntityLink.php
EntityLink::render function core/modules/comment/src/Plugin/views/field/EntityLink.php
EntityLink::render function core/modules/views/src/Plugin/views/field/EntityLink.php
EntityLink::renderLink function core/modules/views/src/Plugin/views/field/EntityLink.php
EntityLinkDelete class core/modules/views/src/Plugin/views/field/EntityLinkDelete.php Field handler to present a link to delete an entity.
EntityLinkDelete.php file core/modules/views/src/Plugin/views/field/EntityLinkDelete.php
EntityLinkDelete::getDefaultLabel function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php
EntityLinkDelete::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php
EntityLinkDelete::renderLink function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php
EntityLinkEdit class core/modules/views/src/Plugin/views/field/EntityLinkEdit.php Field handler to present a link to edit an entity.
EntityLinkEdit.php file core/modules/views/src/Plugin/views/field/EntityLinkEdit.php
EntityLinkEdit::getDefaultLabel function core/modules/views/src/Plugin/views/field/EntityLinkEdit.php
EntityLinkEdit::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLinkEdit.php
EntityLinkEdit::renderLink function core/modules/views/src/Plugin/views/field/EntityLinkEdit.php
EntityLinkOutputUrlUpdateTest class core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php Tests that the additional settings are added to the entity link field.

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