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
EntityLinkEdit::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLinkEdit.php Returns the entity link template name identifying the link route.
EntityLinkEdit::renderLink function core/modules/views/src/Plugin/views/field/EntityLinkEdit.php Prepares the link to view a entity.
EntityLinkOutputUrlUpdateTest class core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php Tests that the additional settings are added to the entity link field.
EntityLinkOutputUrlUpdateTest.php file core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php
EntityLinkOutputUrlUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php Set database dump files to be used.
EntityLinkOutputUrlUpdateTest::testViewsPostUpdateEntityLinkUrl function core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php Tests that the additional settings are added to the config.
EntityLinkTest class core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php @coversDefaultClass \Drupal\Core\Entity\Entity
@group Entity
EntityLinkTest.php file core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php
EntityLinkTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php The mocked entity type manager.
EntityLinkTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php The mocked language manager.
EntityLinkTest::$linkGenerator property core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php The tested link generator.
EntityLinkTest::providerTestLink function core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php Provides test data for testLink().
EntityLinkTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php
EntityLinkTest::testLink function core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php Tests for the Entity::link() method
EntityLinkTest::testToLink function core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php Tests for the Entity::toLink() method
EntityListBuilder class core/lib/Drupal/Core/Entity/EntityListBuilder.php Defines a generic implementation to build a listing of entities.
EntityListBuilder.php file core/lib/Drupal/Core/Entity/EntityListBuilder.php
EntityListBuilder::$entityType property core/lib/Drupal/Core/Entity/EntityListBuilder.php Information about the entity type.
EntityListBuilder::$entityTypeId property core/lib/Drupal/Core/Entity/EntityListBuilder.php The entity type ID.
EntityListBuilder::$limit property core/lib/Drupal/Core/Entity/EntityListBuilder.php The number of entities to list per page, or FALSE to list all entities.
EntityListBuilder::$storage property core/lib/Drupal/Core/Entity/EntityListBuilder.php The entity storage class.
EntityListBuilder::buildHeader function core/lib/Drupal/Core/Entity/EntityListBuilder.php Builds the header row for the entity listing.
EntityListBuilder::buildOperations function core/lib/Drupal/Core/Entity/EntityListBuilder.php Builds a renderable list of operation links for the entity.
EntityListBuilder::buildRow function core/lib/Drupal/Core/Entity/EntityListBuilder.php Builds a row for an entity in the entity listing.
EntityListBuilder::createInstance function core/lib/Drupal/Core/Entity/EntityListBuilder.php Instantiates a new instance of this entity handler.
EntityListBuilder::ensureDestination function core/lib/Drupal/Core/Entity/EntityListBuilder.php Ensures that a destination is present on the given URL.
EntityListBuilder::getDefaultOperations function core/lib/Drupal/Core/Entity/EntityListBuilder.php Gets this list&#039;s default operations.
EntityListBuilder::getEntityIds function core/lib/Drupal/Core/Entity/EntityListBuilder.php Loads entity IDs using a pager sorted by the entity id.
EntityListBuilder::getLabel function core/lib/Drupal/Core/Entity/EntityListBuilder.php Gets the label of an entity.
EntityListBuilder::getOperations function core/lib/Drupal/Core/Entity/EntityListBuilder.php Provides an array of information to build a list of operation links.
EntityListBuilder::getStorage function core/lib/Drupal/Core/Entity/EntityListBuilder.php Gets the entity storage.
EntityListBuilder::getTitle function core/lib/Drupal/Core/Entity/EntityListBuilder.php Gets the title of the page.
EntityListBuilder::load function core/lib/Drupal/Core/Entity/EntityListBuilder.php Loads entities of this type from storage for listing.
EntityListBuilder::render function core/lib/Drupal/Core/Entity/EntityListBuilder.php Builds the entity listing as renderable array for table.html.twig.
EntityListBuilder::__construct function core/lib/Drupal/Core/Entity/EntityListBuilder.php Constructs a new EntityListBuilder object.
EntityListBuilderInterface interface core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Defines an interface to build entity listings.
EntityListBuilderInterface.php file core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php
EntityListBuilderInterface::getOperations function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Provides an array of information to build a list of operation links.
EntityListBuilderInterface::getStorage function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Gets the entity storage.
EntityListBuilderInterface::load function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Loads entities of this type from storage for listing.
EntityListBuilderInterface::render function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Builds a listing of entities for the given entity type.
EntityListBuilderTest class core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php Tests entity list builder functionality.
EntityListBuilderTest class core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php @coversDefaultClass \Drupal\entity_test\EntityTestListBuilder
@group Entity
EntityListBuilderTest.php file core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php Contains \Drupal\Tests\Core\Entity\EntityListBuilderTest.
EntityListBuilderTest.php file core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php
EntityListBuilderTest::$container property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The service container used for testing.
EntityListBuilderTest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php The theme to install as the default for testing.
EntityListBuilderTest::$entityListBuilder property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The EntityListBuilder object to test.
EntityListBuilderTest::$entityType property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The entity type used for testing.
EntityListBuilderTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The module handler used for testing.

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