Search for dataTable
- Search 7.x for dataTable
- Search 9.5.x for dataTable
- Search 10.3.x for dataTable
- Search 11.x for dataTable
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ConfigEntityType::getDataTable | function | core/ |
Gets the name of the entity's data table. |
ConfigEntityType::getRevisionDataTable | function | core/ |
Gets the name of the entity's revision data table. |
DefaultTableMapping::$dataTable | property | core/ |
The table that stores field data, if the entity has multilingual support. |
DefaultTableMapping::$revisionDataTable | property | core/ |
The table that stores revision field data if the entity supports revisions and has multilingual support. |
DefaultTableMapping::getDataTable | function | core/ |
Gets the data table name. |
DefaultTableMapping::getDedicatedDataTableName | function | core/ |
Generates a table name for a field data table. |
DefaultTableMapping::getRevisionDataTable | function | core/ |
Gets the revision data table name. |
EntityDefinitionTestTrait::renameDataTable | function | core/ |
Renames the data table to 'entity_test_update_data_new'. |
EntityDefinitionTestTrait::renameDataTable | function | core/ |
Renames the data table to 'entity_test_update_data_new'. |
EntityDefinitionTestTrait::renameRevisionDataTable | function | core/ |
Renames the revision data table to 'entity_test_update_revision_data_new'. |
EntityDefinitionTestTrait::renameRevisionDataTable | function | core/ |
Renames the revision data table to 'entity_test_update_revision_data_new'. |
EntityReferenceRelationshipTest::testDataTableRelationship | function | core/ |
Tests views data generated for relationship. |
EntityReferenceRelationshipTest::testDataTableRelationshipWithLongFieldName | function | core/ |
Tests views data generated for relationship. |
EntityReferenceRelationshipTest::testNoDataTableRelationship | function | core/ |
Tests using the views relationship. |
EntityType::getDataTable | function | core/ |
Gets the name of the entity's data table. |
EntityType::getRevisionDataTable | function | core/ |
Gets the name of the entity's revision data table. |
EntityTypeInterface::getDataTable | function | core/ |
Gets the name of the entity's data table. |
EntityTypeInterface::getRevisionDataTable | function | core/ |
Gets the name of the entity's revision data table. |
EntityViewsDataTest::testDataTable | function | core/ |
Tests data_table support. |
EntityViewsDataTest::testDataTableFields | function | core/ |
Tests fields on the data table. |
EntityViewsDataTest::testRevisionTableWithoutDataTable | function | core/ |
Tests revision table without data table support. |
EntityViewsDataTest::testRevisionTableWithRevisionDataTable | function | core/ |
Tests revision table with data table support. |
EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable | function | core/ |
Tests revision table with data table support. |
MigrateNodeCompleteTest::expectedNodeFieldDataTable | function | core/ |
Provides the expected node_field_data table. |
MigrateNodeCompleteTest::expectedNodeFieldDataTable | function | core/ |
Provides the expected node_field_data table. |
SqlContentEntityStorage::$dataTable | property | core/ |
The table that stores properties, if the entity has multilingual support. |
SqlContentEntityStorage::$revisionDataTable | property | core/ |
The table that stores revision field data if the entity supports revisions. |
SqlContentEntityStorage::getDataTable | function | core/ |
Gets the data table name. |
SqlContentEntityStorage::getRevisionDataTable | function | core/ |
Gets the revision data table name. |
SqlContentEntityStorageSchema::initializeDataTable | function | core/ |
Initializes common information for a data table. |
SqlContentEntityStorageSchema::initializeRevisionDataTable | function | core/ |
Initializes common information for a revision data table. |
SqlContentEntityStorageSchema::processDataTable | function | core/ |
Processes the gathered schema for a base table. |
SqlContentEntityStorageSchema::processRevisionDataTable | function | core/ |
Processes the gathered schema for a base table. |
SqlContentEntityStorageTest::providerTestGetRevisionDataTable | function | core/ |
Provides test data for testGetRevisionDataTable(). |
SqlContentEntityStorageTest::testGetDataTable | function | core/ |
Tests SqlContentEntityStorage::getDataTable(). |
SqlContentEntityStorageTest::testGetRevisionDataTable | function | core/ |
Tests SqlContentEntityStorage::getRevisionDataTable(). |
Term::$termDataTable | property | core/ |
Name of the term data table. |
ViewsDataTableDependencyUpdateTest | class | core/ |
Tests the upgrade path for views data table provider dependencies. |
ViewsDataTableDependencyUpdateTest.php | file | core/ |
|
ViewsDataTableDependencyUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
ViewsDataTableDependencyUpdateTest::testPostUpdate | function | core/ |
Tests that dependencies are correct after update. |
ViewsEntitySchemaSubscriber::dataTableAddition | function | core/ |
Updates views if a data table is added. |
ViewsEntitySchemaSubscriber::dataTableRemoval | function | core/ |
Updates views if a data table is removed. |
ViewsEntitySchemaSubscriber::dataTableRename | function | core/ |
Updates views if a data table is renamed. |
ViewsEntitySchemaSubscriberIntegrationTest::testDataTableAddition | function | core/ |
Tests that adding data tables adapts the views. |
ViewsEntitySchemaSubscriberIntegrationTest::testDataTableRename | function | core/ |
Tests that renaming data tables adapts the views. |
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDataTableRename | function | core/ |
Tests that renaming revision tables adapts the views. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.