Search for entityView

  1. Search 7.x for entityView
  2. Search 9.5.x for entityView
  3. Search 10.3.x for entityView
  4. Search 11.x for entityView
  5. Other projects
Title Object type File name Summary
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/Unit/EntityViewsDataTest.php @coversDefaultClass \Drupal\views\EntityViewsData
@group Views
EntityViewsDataTest.php file core/modules/views/tests/src/Unit/EntityViewsDataTest.php Contains \Drupal\Tests\views\Unit\EntityViewsDataTest.
EntityViewsDataTest::$baseEntityType property core/modules/views/tests/src/Unit/EntityViewsDataTest.php Entity info to use in this test.
EntityViewsDataTest::$entityFieldManager property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The mocked entity field manager.
EntityViewsDataTest::$entityStorage property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The mocked entity storage.
EntityViewsDataTest::$entityTypeManager property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The mocked entity type manager.
EntityViewsDataTest::$moduleHandler property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The mocked module handler.
EntityViewsDataTest::$translationManager property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The mocked translation manager.
EntityViewsDataTest::$viewsData property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The tested entity views controller.
EntityViewsDataTest::assertBundleField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a bundle field.
EntityViewsDataTest::assertEntityReferenceField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a entity reference field.
EntityViewsDataTest::assertField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests generic stuff per field.
EntityViewsDataTest::assertLanguageField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a language field.
EntityViewsDataTest::assertLongTextField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a long text field.
EntityViewsDataTest::assertNumericField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a numeric field.
EntityViewsDataTest::assertStringField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a string field.
EntityViewsDataTest::assertUriField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a URI field.
EntityViewsDataTest::assertUuidField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a UUID field.
EntityViewsDataTest::setUp function core/modules/views/tests/src/Unit/EntityViewsDataTest.php
EntityViewsDataTest::setupBaseFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Helper method to setup base fields.
EntityViewsDataTest::setupFieldStorageDefinition function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Helper method to mock all store definitions.
EntityViewsDataTest::testBaseTableFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests fields on the base table.
EntityViewsDataTest::testBaseTables function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests base tables.
EntityViewsDataTest::testDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests data_table support.
EntityViewsDataTest::testDataTableFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests fields on the data table.
EntityViewsDataTest::testEntityLinks function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests add link types.
EntityViewsDataTest::testEntityLinksJustEditForm function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests additional edit links.
EntityViewsDataTest::testGetViewsDataWithEntityOperations function core/modules/views/tests/src/Unit/EntityViewsDataTest.php @covers ::getViewsData
EntityViewsDataTest::testGetViewsDataWithNonRevisionableEntityOperations function core/modules/views/tests/src/Unit/EntityViewsDataTest.php @covers ::getViewsData
EntityViewsDataTest::testGetViewsDataWithoutEntityOperations function core/modules/views/tests/src/Unit/EntityViewsDataTest.php @covers ::getViewsData
EntityViewsDataTest::testRevisionTableFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests fields on the revision table.
EntityViewsDataTest::testRevisionTableWithoutDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table without data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table with data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table with data table support.
EntityViewsDataTest::userEntityInfo function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Returns entity info for the user entity.
EntityViewsDataUpdateFilledTest class core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php Runs EntityViewsDataUpdateTest with a dump filled with content.
EntityViewsDataUpdateFilledTest.php file core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php
EntityViewsDataUpdateFilledTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php Set database dump files to be used.
EntityViewsDataUpdateTest class core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php Tests the upgrade path for views field plugins.
EntityViewsDataUpdateTest.php file core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php
EntityViewsDataUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php Set database dump files to be used.
EntityViewsDataUpdateTest::testUpdateHookN function core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php Tests that field plugins are updated properly.

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