Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
database.inc
»
db_create_table
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
24 calls to db_create_table()
block_update_8001
in drupal/
core/
modules/
block/
block.install
Creates table {block_language} for language visibility settings per block.
DatabaseStorageExpirableTest::setUp
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
KeyValueStore/
DatabaseStorageExpirableTest.php
Sets up unit test environment.
DatabaseStorageTest::setUp
in drupal/
core/
modules/
config/
lib/
Drupal/
config/
Tests/
Storage/
DatabaseStorageTest.php
Sets up Drupal unit test environment.
DatabaseStorageTest::setUp
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
KeyValueStore/
DatabaseStorageTest.php
Sets up unit test environment.
DatabaseTestBase::installTables
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Database/
DatabaseTestBase.php
Sets up several tables needed by a certain test.
drupal_install_schema
in drupal/
core/
includes/
schema.inc
Creates all tables defined in a module's
hook_schema
().
field_sql_storage_field_storage_create_field
in drupal/
core/
modules/
field/
modules/
field_sql_storage/
field_sql_storage.module
Implements
hook_field_storage_create_field
().
field_sql_storage_field_storage_update_field
in drupal/
core/
modules/
field/
modules/
field_sql_storage/
field_sql_storage.module
Implements
hook_field_storage_update_field
().
GarbageCollectionTest::setUp
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
KeyValueStore/
GarbageCollectionTest.php
Sets up unit test environment.
hook_field_storage_create_field
in drupal/
core/
modules/
field/
field.api.php
Act on creation of a new field.
hook_field_storage_update_field
in drupal/
core/
modules/
field/
field.api.php
Update the storage information for a field.
locale_update_8010
in drupal/
core/
modules/
locale/
locale.install
Add {locale_file} table.
locale_update_8011
in drupal/
core/
modules/
locale/
locale.install
Add a cache table and locale_project table for the locale module.
SchemaTest::assertFieldAdditionRemoval
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
SchemaTest.php
Asserts that a given field can be added and removed from a table.
SchemaTest::testSchema
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
SchemaTest.php
Tests database interactions.
SchemaTest::testUnsignedColumns
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
SchemaTest.php
Tests creating unsigned columns and data integrity thereof.
TempStoreDatabaseTest::setUp
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Tests/
TempStoreDatabaseTest.php
Sets up unit test environment.
toolbar_update_8000
in drupal/
core/
modules/
toolbar/
toolbar.install
Creates the {cache_toolbar} cache table.
TransactionTest::executeDDLStatement
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Database/
TransactionTest.php
Executes a DDL statement.
TransactionTest::transactionInnerLayer
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Database/
TransactionTest.php
Creates an "inner layer" transaction.
update_module_enable
in drupal/
core/
includes/
update.inc
Helper function to install a new module in Drupal 8 via
hook_update_N
().
update_prepare_d8_bootstrap
in drupal/
core/
includes/
update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.
update_prepare_d8_language
in drupal/
core/
includes/
update.inc
Prepare Drupal 8 language changes for the bootstrap if needed.
user_update_8014
in drupal/
core/
modules/
user/
user.install
Create new {users_data} table.