Search for tablename

  1. Search 7.x for tablename
  2. Search 9.5.x for tablename
  3. Search 8.9.x for tablename
  4. Search 11.x for tablename
  5. Other projects
Title Object type File name Summary
BasicSyntaxTest::testGetFullQualifiedTableName function core/tests/Drupal/KernelTests/Core/Database/BasicSyntaxTest.php Tests \Drupal\Core\Database\Connection::getFullQualifiedTableName().
Connection::getFullQualifiedTableName function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php
Connection::getFullQualifiedTableName function core/lib/Drupal/Core/Database/Connection.php Get a fully qualified table name.
Connection::getFullQualifiedTableName function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php
DatabaseFileUsageBackend::$tableName property core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php The name of the SQL table used to store file usage information.
DefaultTableMapping::generateFieldTableName function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Generates a safe and unambiguous field table name.
DefaultTableMapping::getAllFieldTableNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets all the table names in which an entity field is stored.
DefaultTableMapping::getDedicatedDataTableName function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Generates a table name for a field data table.
DefaultTableMapping::getDedicatedRevisionTableName function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Generates a table name for a field revision archive table.
DefaultTableMapping::getDedicatedTableNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets a list of dedicated table names for this mapping.
DefaultTableMapping::getFieldTableName function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets the table name for a given column.
DefaultTableMapping::getTableNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets a list of table names for this mapping.
DefaultTableMappingIntegrationTest::testGetAllFieldTableNames function core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php @covers ::getAllFieldTableNames
DefaultTableMappingIntegrationTest::testGetFieldTableName function core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php Tests DefaultTableMapping::getFieldTableName().
DefaultTableMappingIntegrationTest::testGetTableNames function core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php Tests DefaultTableMapping::getTableNames().
DefaultTableMappingTest::providerTestGetDedicatedTableName function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Provides test data for testGetDedicatedTableName().
DefaultTableMappingTest::providerTestGetFieldTableName function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Provides test data for testGetFieldColumnName().
DefaultTableMappingTest::testGetDedicatedTableName function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php @covers ::getDedicatedDataTableName
@covers ::getDedicatedRevisionTableName
DefaultTableMappingTest::testGetFieldTableName function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldTableName().
DefaultTableMappingTest::testGetFieldTableNameInvalid function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldTableName() with an invalid parameter.
DefaultTableMappingTest::testGetTableNames function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getTableNames().
DriverSpecificSchemaTestBase::testUpperCaseTableName function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests handling of uppercase table names.
FieldSqlStorageTest::testTableNames function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests table name generation.
LegacyMatcherDumperTest::testConstructorDeprecationWithLegacyTableNameParam function core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php Tests the constructor deprecations.
MatcherDumper::$tableName property core/lib/Drupal/Core/Routing/MatcherDumper.php The name of the SQL table to which to dump the routes.
MigrateIdMapInterface::getQualifiedMapTableName function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Gets the qualified map table.
NodeMigrateTypeTestTrait::$tableName property core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php The migrate_map table name.
NodeMigrateTypeTestTrait::getTableName function core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php Gets the migrate_map table name.
NullIdMap::getQualifiedMapTableName function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Gets the qualified map table.
ProfileField::setTableNames function core/modules/user/src/Plugin/migrate/source/ProfileField.php Helper to set the profile field table names.
RouteProvider::$tableName property core/lib/Drupal/Core/Routing/RouteProvider.php The name of the SQL table from which to read the routes.
Schema::buildTableNameCondition function core/lib/Drupal/Core/Database/Schema.php Build a condition to match a table name against a standard information_schema.
Schema::buildTableNameCondition function core/modules/mysql/src/Driver/Database/mysql/Schema.php Build a condition to match a table name against a standard information_schema.
SchemaTest::testRenameTableWithNewIndexNameEqualsTableName function core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php Tests renaming a table where the new index name is equal to the table name.
Sql::$mapTableName property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The migration map table name.
Sql::$messageTableName property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The message table name.
Sql::getQualifiedMapTableName function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Get the fully qualified map table name.
Sql::mapTableName function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The name of the database map table.
Sql::messageTableName function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The name of the database message table.
SqlContentEntityStorageSchema::getTableNames function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets a list of table names for this entity type, field storage and mapping.
SqlContentEntityStorageSchema::hasSharedTableNameChanges function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Detects whether any table name got renamed in an entity type update.
TableMappingInterface::getAllFieldTableNames function core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php Gets all the table names in which an entity field is stored.
TableMappingInterface::getFieldTableName function core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php Gets the table name for a given column.
TableMappingInterface::getTableNames function core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php Gets a list of table names for this mapping.

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