Search for baseTable

  1. Search 7.x for baseTable
  2. Search 9.5.x for baseTable
  3. Search 10.3.x for baseTable
  4. Search 11.x for baseTable
  5. Other projects
Title Object type File name Summary
ConfigEntityType::getBaseTable function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the name of the entity's base table.
DefaultTableMapping::$baseTable property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The base table of the entity.
DefaultTableMapping::getBaseTable function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets the base table name.
DisplayPluginBase::isBaseTableTranslatable function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns whether the base table is of a translatable entity type.
EntityDefinitionTestTrait::renameBaseTable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Renames the base table to 'entity_test_update_new'.
EntityDefinitionTestTrait::renameBaseTable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Renames the base table to 'entity_test_update_new'.
EntityDefinitionTestTrait::renameRevisionBaseTable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Renames the revision table to 'entity_test_update_revision_new'.
EntityDefinitionTestTrait::renameRevisionBaseTable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Renames the revision table to 'entity_test_update_revision_new'.
EntityTestRevisionTest::testRevisionsViewWithNoTypeOnBaseTable function core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php Tests creating a view of revisions where the type is not on the base table.
EntityType::getBaseTable function core/lib/Drupal/Core/Entity/EntityType.php Gets the name of the entity's base table.
EntityTypeInterface::getBaseTable function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the name of the entity's base table.
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.
HandlerBaseTest::testGetEntityTypeForFieldOnBaseTable function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @covers ::getEntityType
NodeAccessBaseTableTest class core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php Tests behavior of the node access subsystem if the base table is not node.
NodeAccessBaseTableTest.php file core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php
NodeAccessBaseTableTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php The theme to install as the default for testing.
NodeAccessBaseTableTest::$modules property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php Modules to enable.
NodeAccessBaseTableTest::$nidsVisible property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php The nids visible.
NodeAccessBaseTableTest::$nodesByUser property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php Nodes by user.
NodeAccessBaseTableTest::$privateTid property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php A private tid.
NodeAccessBaseTableTest::$profile property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php The installation profile to use with this test.
NodeAccessBaseTableTest::$publicTid property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php A public tid.
NodeAccessBaseTableTest::$webUser property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php A web user.
NodeAccessBaseTableTest::assertTaxonomyPage function core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php Checks taxonomy/term listings to ensure only accessible nodes are listed.
NodeAccessBaseTableTest::setUp function core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php
NodeAccessBaseTableTest::testNodeAccessBasic function core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php Tests the "private" node access functionality.
QueryTest::testNoBaseTable function core/tests/Drupal/Tests/Core/Entity/Query/Sql/QueryTest.php Tests entity query for entity type without base table.
RowEntityRenderersTest::testRevisionBaseTable function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the row renderer with a revision base table.
SqlContentEntityStorage::$baseTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The base table of the entity.
SqlContentEntityStorage::getBaseTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Gets the base table name.
SqlContentEntityStorageSchema::initializeBaseTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Initializes common information for a base table.
SqlContentEntityStorageSchema::processBaseTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Processes the gathered schema for a base table.
SqlContentEntityStorageTest::providerTestGetBaseTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Provides test data for testGetBaseTable().
SqlContentEntityStorageTest::testGetBaseTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests SqlContentEntityStorage::getBaseTable().
Tables::$baseTablesEntityType property core/modules/workspaces/src/EntityQuery/Tables.php Keeps track of the entity type IDs for each base table of the query.
Tables::addNextBaseTable function core/modules/workspaces/src/EntityQuery/Tables.php Add the next entity base table.
Tables::addNextBaseTable function core/lib/Drupal/Core/Entity/Query/Sql/Tables.php Add the next entity base table.
ViewExecutable::getBaseTables function core/modules/views/src/ViewExecutable.php Creates a list of base tables to be used by the view.
ViewsConfigDependenciesIntegrationTest::testConfigRemovalBaseTable function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests uninstalling a module that provides a base table for a View.
ViewsData::fetchBaseTables function core/modules/views/src/ViewsData.php Fetches a list of all base tables available.
ViewsDataTest::testFetchBaseTables function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the fetchBaseTables() method.
ViewsEntitySchemaSubscriber::baseTableRename function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Updates views if a base table is renamed.
ViewsEntitySchemaSubscriberIntegrationTest::testBaseTableRename function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that renaming base tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionBaseTableRename function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that renaming revision tables adapts the views.
ViewsModerationStateSortTest::testSortBaseTable function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php Test sorting with a standard data base table.
ViewsModerationStateSortTest::testSortRevisionBaseTable function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php Test sorting with the revision base table.

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