Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 10.3.x for entity
  4. Search 11.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines a argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.
Entity class core/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.

All search results

Title Object type File name Summary
EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Gets the entity type&#039;s most recently installed field storage definitions.
EntityLastInstalledSchemaRepository::setLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Stores the entity type definition in the application state.
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Stores the field storage definition in the application state.
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Stores the entity type&#039;s field storage definitions in the application state.
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&#039;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&#039;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 Modules to enable.
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&#039;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&#039;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()-&gt;getViewBuilder($entity-&gt;getEntityTypeId())-&gt;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(&#039;entity_display.repository&#039;)-&gt;getViewDisplay() instead. See…
EntityLink class core/modules/views/src/Plugin/views/field/EntityLink.php Field handler to present a link to an entity.
EntityLink class core/modules/comment/src/Plugin/views/field/EntityLink.php Handler for showing comment module&#039;s entity links.
EntityLink.php file core/modules/comment/src/Plugin/views/field/EntityLink.php
EntityLink.php file core/modules/views/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 Default options form that provides the label widget that all fields
should have.
EntityLink::buildOptionsForm function core/modules/views/src/Plugin/views/field/EntityLink.php Default options form that provides the label widget that all fields
should have.
EntityLink::defineOptions function core/modules/views/src/Plugin/views/field/EntityLink.php Information about options for all kinds of purposes will be held here.
EntityLink::defineOptions function core/modules/comment/src/Plugin/views/field/EntityLink.php Information about options for all kinds of purposes will be held here.
EntityLink::getDefaultLabel function core/modules/views/src/Plugin/views/field/EntityLink.php Returns the default label for this link.
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 Returns the URI elements of the link.
EntityLink::preRender function core/modules/comment/src/Plugin/views/field/EntityLink.php Runs before any fields are rendered.
EntityLink::query function core/modules/comment/src/Plugin/views/field/EntityLink.php Called to add the field to a query.
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 a entity.
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 Returns the default label for this link.
EntityLinkDelete::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php Returns the entity link template name identifying the link route.
EntityLinkDelete::renderLink function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php Prepares the link to view a entity.
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 Returns the default label for this link.

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