Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
EntityViewsData::getFieldStorageDefinitions function core/modules/views/src/EntityViewsData.php Gets the field storage definitions.
EntityViewsData::getViewsData function core/modules/views/src/EntityViewsData.php
EntityViewsData::getViewsTableForEntityType function core/modules/views/src/EntityViewsData.php
EntityViewsData::mapFieldDefinition function core/modules/views/src/EntityViewsData.php Puts the views data for a single field onto the views data.
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/Unit/EntityViewsDataTest.php @coversDefaultClass \Drupal\views\EntityViewsData[[api-linebreak]]
@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[[api-linebreak]]
EntityViewsDataTest::testGetViewsDataWithNonRevisionableEntityOperations function core/modules/views/tests/src/Unit/EntityViewsDataTest.php @covers ::getViewsData[[api-linebreak]]
EntityViewsDataTest::testGetViewsDataWithoutEntityOperations function core/modules/views/tests/src/Unit/EntityViewsDataTest.php @covers ::getViewsData[[api-linebreak]]
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.

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