Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DefaultTableMapping::$allColumns | property | core/ |
A list of all database columns per table. |
| DefaultTableMapping::$baseTable | property | core/ |
The base table of the entity. |
| DefaultTableMapping::$columnMapping | property | core/ |
A mapping of column names per field name. |
| DefaultTableMapping::$dataTable | property | core/ |
The table that stores field data, if the entity has multilingual support. |
| DefaultTableMapping::$entityType | property | core/ |
The entity type definition. |
| DefaultTableMapping::$extraColumns | property | core/ |
A list of database columns which store denormalized data per table. |
| DefaultTableMapping::$fieldNames | property | core/ |
A list of field names per table. |
| DefaultTableMapping::$fieldStorageDefinitions | property | core/ |
The field storage definitions of this mapping. |
| DefaultTableMapping::$prefix | property | core/ |
The prefix to be used by all the tables of this mapping. |
| DefaultTableMapping::$revisionDataTable | property | core/ |
The table that stores revision field data. |
| DefaultTableMapping::$revisionTable | property | core/ |
The table that stores revisions, if the entity supports revisions. |
| DefaultTableMapping::allowsSharedTableStorage | function | core/ |
Checks whether the given field can be stored in a shared table. |
| DefaultTableMapping::create | function | core/ |
Initializes the table mapping. |
| DefaultTableMapping::generateFieldTableName | function | core/ |
Generates a safe and unambiguous field table name. |
| DefaultTableMapping::getAllColumns | function | core/ |
|
| DefaultTableMapping::getAllFieldTableNames | function | core/ |
|
| DefaultTableMapping::getBaseTable | function | core/ |
Gets the base table name. |
| DefaultTableMapping::getColumnNames | function | core/ |
|
| DefaultTableMapping::getDataTable | function | core/ |
Gets the data table name. |
| DefaultTableMapping::getDedicatedDataTableName | function | core/ |
Generates a table name for a field data table. |
| DefaultTableMapping::getDedicatedRevisionTableName | function | core/ |
Generates a table name for a field revision archive table. |
| DefaultTableMapping::getDedicatedTableNames | function | core/ |
Gets a list of dedicated table names for this mapping. |
| DefaultTableMapping::getExtraColumns | function | core/ |
|
| DefaultTableMapping::getFieldColumnName | function | core/ |
|
| DefaultTableMapping::getFieldNames | function | core/ |
|
| DefaultTableMapping::getFieldTableName | function | core/ |
|
| DefaultTableMapping::getReservedColumns | function | core/ |
|
| DefaultTableMapping::getRevisionDataTable | function | core/ |
Gets the revision data table name. |
| DefaultTableMapping::getRevisionTable | function | core/ |
Gets the revision table name. |
| DefaultTableMapping::getTableNames | function | core/ |
|
| DefaultTableMapping::requiresDedicatedTableStorage | function | core/ |
Checks whether the given field has to be stored in a dedicated table. |
| DefaultTableMapping::setExtraColumns | function | core/ |
Adds extra columns for a table to the table mapping. |
| DefaultTableMapping::setFieldNames | function | core/ |
Adds field columns for a table to the table mapping. |
| DefaultTableMapping::__construct | function | core/ |
Constructs a DefaultTableMapping. |
| DefaultTableMappingIntegrationTest | class | core/ |
Tests the default table mapping class for content entities stored in SQL. |
| DefaultTableMappingIntegrationTest.php | file | core/ |
|
| DefaultTableMappingIntegrationTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
| DefaultTableMappingIntegrationTest::$tableMapping | property | core/ |
The table mapping for the tested entity type. |
| DefaultTableMappingIntegrationTest::entityBaseFieldInfo | function | core/ |
Implements hook_entity_base_field_info(). |
| DefaultTableMappingIntegrationTest::setUp | function | core/ |
|
| DefaultTableMappingIntegrationTest::testGetAllFieldTableNames | function | core/ |
Tests get all field table names. |
| DefaultTableMappingIntegrationTest::testGetFieldTableName | function | core/ |
Tests DefaultTableMapping::getFieldTableName(). |
| DefaultTableMappingIntegrationTest::testGetTableNames | function | core/ |
Tests DefaultTableMapping::getTableNames(). |
| DefaultTableMappingTest | class | core/ |
Tests Drupal\Core\Entity\Sql\DefaultTableMapping. |
| DefaultTableMappingTest.php | file | core/ |
|
| DefaultTableMappingTest::$entityType | property | core/ |
The entity type definition. |
| DefaultTableMappingTest::providerTestGetDedicatedTableName | function | core/ |
Provides test data for testGetDedicatedTableName(). |
| DefaultTableMappingTest::providerTestGetFieldColumnName | function | core/ |
Provides test data for testGetFieldColumnName(). |
| DefaultTableMappingTest::providerTestGetFieldTableName | function | core/ |
Provides test data for testGetFieldColumnName(). |
| DefaultTableMappingTest::setUp | function | core/ |
Pagination
- Previous page
- Page 411
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.