Search for schema

  1. Search 9.5.x for schema
  2. Search 8.9.x for schema
  3. Search 10.3.x for schema
  4. Search 11.x for schema
  5. Other projects
Title Object type File name Summary
drupal_set_installed_schema_version function includes/install.inc Update the installed version information for a module.
drupal_uninstall_schema function includes/common.inc Removes all tables defined in a module's hook_schema().
FieldSchemaAlterTestCase class modules/field/tests/field.test Tests that the field schema can be altered with hook_field_schema_alter().
FieldSchemaAlterTestCase::getInfo function modules/field/tests/field.test
FieldSchemaAlterTestCase::setUp function modules/field/tests/field.test Set the default field storage backend for fields created during tests.
FieldSchemaAlterTestCase::testImageFieldSchemaAlter function modules/field/tests/field.test Tests a hook_field_schema_alter() implementation.
FieldSqlStorageTestCase::testFieldSqlSchemaForEntityWithStringIdentifier function modules/field/modules/field_sql_storage/field_sql_storage.test Tests adding a field with an entity ID type of string.
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData function modules/field/modules/field_sql_storage/field_sql_storage.test Test trying to update a field with data.
field_retrieve_schema function modules/field/field.crud.inc Retrieves the schema for a field.
field_schema function modules/field/field.install Implements hook_schema().
field_sql_storage_schema function modules/field/modules/field_sql_storage/field_sql_storage.install Implements hook_schema().
field_test_field_schema function modules/field/tests/field_test.install Implements hook_field_schema().
field_test_schema function modules/field/tests/field_test.install Implements hook_schema().
field_test_schema_alter.info file modules/field/tests/field_test_schema_alter.info name = "Field API Schema Alter Test"
description = "Support module for the Field API schema alter tests."
core = 7.x
package = Testing
version = VERSION
hidden = TRUE
field_test_schema_alter.install file modules/field/tests/field_test_schema_alter.install Install, update and uninstall functions for the field_test_schema_alter module.
field_test_schema_alter.module file modules/field/tests/field_test_schema_alter.module
field_test_schema_alter_field_schema_alter function modules/field/tests/field_test_schema_alter.install Implements hook_field_schema_alter().
file_field_schema function modules/file/file.install Implements hook_field_schema().
filter_schema function modules/filter/filter.install Implements hook_schema().
forum_schema function modules/forum/forum.install Implements hook_schema().
hook_field_schema function modules/field/field.api.php Define the Field API schema for a field structure.
hook_field_schema_alter function modules/field/field.api.php Allow modules to alter the schema for a field.
hook_schema function modules/system/system.api.php Define the current version of the database schema.
hook_schema_alter function modules/system/system.api.php Perform alterations to existing database schemas.
image_field_schema function modules/image/image.install Implements hook_field_schema().
image_schema function modules/image/image.install Implements hook_schema().
list_field_schema function modules/field/modules/list/list.install Implements hook_field_schema().
locale_schema function modules/locale/locale.install Implements hook_schema().
menu_schema function modules/menu/menu.install Implements hook_schema().
module_test_schema function modules/simpletest/tests/module_test.install Implements hook_schema().
node_access_test_schema function modules/node/tests/node_access_test.install Implements hook_schema().
node_schema function modules/node/node.install Implements hook_schema().
number_field_schema function modules/field/modules/number/number.install Implements hook_field_schema().
openid_schema function modules/openid/openid.install Implements hook_schema().
poll_schema function modules/poll/poll.install Implements hook_schema().
profile_schema function modules/profile/profile.install Implements hook_schema().
rdf_schema function modules/rdf/rdf.install Implements hook_schema().
REQUIRED_D6_SCHEMA_VERSION constant includes/update.inc Minimum schema version of Drupal 6 required for upgrade to Drupal 7.
Schema API group includes/database/schema.inc API to handle database schemas.
schema.inc file includes/database/sqlite/schema.inc Database schema code for SQLite databases.
schema.inc file includes/database/mysql/schema.inc Database schema code for MySQL database servers.
schema.inc file includes/database/schema.inc
schema.inc file includes/database/pgsql/schema.inc Database schema code for PostgreSQL database servers.
schema.test file modules/simpletest/tests/schema.test Tests for the Database Schema API.
SchemaCache class includes/bootstrap.inc Extends DrupalCacheArray to allow for dynamic building of the schema cache.
SchemaCache::resolveCacheMiss function includes/bootstrap.inc Overrides DrupalCacheArray::resolveCacheMiss().
SchemaCache::__construct function includes/bootstrap.inc Constructs a SchemaCache object.
SchemaTestCase class modules/simpletest/tests/schema.test Unit tests for the Schema API.
SchemaTestCase::$counter property modules/simpletest/tests/schema.test A global counter for table and field creation.
SchemaTestCase::assertFieldAdditionRemoval function modules/simpletest/tests/schema.test Assert that a given field can be added and removed from a table.

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