Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 8.9.x for entity
  4. Search 10.3.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 an 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.

All search results

Title Object type File name Summary
EntityViewsData::mapSingleFieldViewsData function core/modules/views/src/EntityViewsData.php Provides the views data for a given data type and schema field.
EntityViewsData::processViewsDataForEntityReference function core/modules/views/src/EntityViewsData.php Processes the views data for an entity reference field.
EntityViewsData::processViewsDataForLanguage function core/modules/views/src/EntityViewsData.php Processes the views data for a language field.
EntityViewsData::processViewsDataForTextLong function core/modules/views/src/EntityViewsData.php Processes the views data for a text field with formatting.
EntityViewsData::processViewsDataForUuid function core/modules/views/src/EntityViewsData.php Processes the views data for a UUID field.
EntityViewsData::__construct function core/modules/views/src/EntityViewsData.php Constructs an EntityViewsData object.
EntityViewsDataInterface interface core/modules/views/src/EntityViewsDataInterface.php Provides an interface to integrate an entity type with views.
EntityViewsDataInterface.php file core/modules/views/src/EntityViewsDataInterface.php
EntityViewsDataInterface::getViewsData function core/modules/views/src/EntityViewsDataInterface.php Returns views data for the entity type.
EntityViewsDataInterface::getViewsTableForEntityType function core/modules/views/src/EntityViewsDataInterface.php Gets the table of an entity type to be used as base table in views.
EntityViewsDataTest class core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests entity views data.
EntityViewsDataTest.php file core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php
EntityViewsDataTest::$baseEntityType property core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php The base entity type definition, which some tests modify.
EntityViewsDataTest::$commonBaseFields property core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php The common base fields for test entity types.
EntityViewsDataTest::$entityTypeManager property core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php The entity type manager.
EntityViewsDataTest::$modules property core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Modules to install.
EntityViewsDataTest::assertBundleField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a bundle field.
EntityViewsDataTest::assertEntityReferenceField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for an entity reference field.
EntityViewsDataTest::assertLanguageField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a language field.
EntityViewsDataTest::assertLongTextField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a long text field.
EntityViewsDataTest::assertNumericField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a numeric field.
EntityViewsDataTest::assertStringField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a string field.
EntityViewsDataTest::assertUriField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a URI field.
EntityViewsDataTest::assertUuidField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a UUID field.
EntityViewsDataTest::assertViewsDataField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests generic stuff per field.
EntityViewsDataTest::setUp function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php
EntityViewsDataTest::setUpEntityType function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Mocks an entity type and its base fields.
EntityViewsDataTest::testBaseTableFields function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests fields on the base table.
EntityViewsDataTest::testBaseTables function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests base tables.
EntityViewsDataTest::testDataTable function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests data_table support.
EntityViewsDataTest::testDataTableFields function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests fields on the data table.
EntityViewsDataTest::testDeprecations function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests EntityViewsData deprecations.
EntityViewsDataTest::testRevisionTableFields function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests fields on the revision table.
EntityViewsDataTest::testRevisionTableWithoutDataTable function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests revision table without data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTable function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests revision table with data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests revision table with data table support.
EntityViewsDataWithDeprecations class core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Extend EntityViewsData as a module would do.
EntityViewsDataWithDeprecations::getViewsData function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Returns views data for the entity type.
EntityViewsWithMultivalueBaseFieldTest class core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php Tests entity views with multivalue base fields.
EntityViewsWithMultivalueBaseFieldTest.php file core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php
EntityViewsWithMultivalueBaseFieldTest::$modules property core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php Modules to install.
EntityViewsWithMultivalueBaseFieldTest::$testViews property core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php Views to be enabled.
EntityViewsWithMultivalueBaseFieldTest::setUp function core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php
EntityViewsWithMultivalueBaseFieldTest::testView function core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php Tests entity views with multivalue base fields.
EntityViewTrait trait core/tests/Drupal/Tests/EntityViewTrait.php Provides helper methods to deal with building entity views in tests.
EntityViewTrait.php file core/tests/Drupal/Tests/EntityViewTrait.php
EntityViewTrait::buildEntityView function core/tests/Drupal/Tests/EntityViewTrait.php Builds the renderable view of an entity.
EntityWithPluginCollectionInterface interface core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php Provides an interface for an object using a plugin collection.
EntityWithPluginCollectionInterface.php file core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php
EntityWithUriCacheTagsTestBase class core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php Provides helper methods for Entity cache tags tests; for entities with URIs.

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