EntityViewsData::$entityTypeManager |
property |
core/modules/views/src/EntityViewsData.php |
The entity type manager. |
EntityViewsData::$fieldStorageDefinitions |
property |
core/modules/views/src/EntityViewsData.php |
The field storage definitions for all base fields of the entity type. |
EntityViewsData::$moduleHandler |
property |
core/modules/views/src/EntityViewsData.php |
The module handler. |
EntityViewsData::$storage |
property |
core/modules/views/src/EntityViewsData.php |
The storage used for this entity type. |
EntityViewsData::$translationManager |
property |
core/modules/views/src/EntityViewsData.php |
The translation manager. |
EntityViewsData::addEntityLinks |
function |
core/modules/views/src/EntityViewsData.php |
Sets the entity links in case corresponding link templates exist. |
EntityViewsData::createInstance |
function |
core/modules/views/src/EntityViewsData.php |
Instantiates a new instance of this entity handler. |
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 enable. |
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::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. |
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 enable. |
EntityViewsWithMultivalueBasefieldTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php |
Views to be enabled. |