EntityViewsData::getFieldStorageDefinitions |
function |
core/modules/views/src/EntityViewsData.php |
Gets the field storage definitions. |
EntityViewsData::getViewsData |
function |
core/modules/views/src/EntityViewsData.php |
Returns views data for the entity type. |
EntityViewsData::getViewsTableForEntityType |
function |
core/modules/views/src/EntityViewsData.php |
Gets the table of an entity type to be used as base table in views. |
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/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 |
|