Search for schema
- Search 9.5.x for schema
- Search 8.9.x for schema
- Search 10.3.x for schema
- Search 11.x for schema
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
drupal_set_installed_schema_version | function | includes/ |
Update the installed version information for a module. |
drupal_uninstall_schema | function | includes/ |
Removes all tables defined in a module's hook_schema(). |
FieldSchemaAlterTestCase | class | modules/ |
Tests that the field schema can be altered with hook_field_schema_alter(). |
FieldSchemaAlterTestCase::getInfo | function | modules/ |
|
FieldSchemaAlterTestCase::setUp | function | modules/ |
Set the default field storage backend for fields created during tests. |
FieldSchemaAlterTestCase::testImageFieldSchemaAlter | function | modules/ |
Tests a hook_field_schema_alter() implementation. |
FieldSqlStorageTestCase::testFieldSqlSchemaForEntityWithStringIdentifier | function | modules/ |
Tests adding a field with an entity ID type of string. |
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData | function | modules/ |
Test trying to update a field with data. |
field_retrieve_schema | function | modules/ |
Retrieves the schema for a field. |
field_schema | function | modules/ |
Implements hook_schema(). |
field_sql_storage_schema | function | modules/ |
Implements hook_schema(). |
field_test_field_schema | function | modules/ |
Implements hook_field_schema(). |
field_test_schema | function | modules/ |
Implements hook_schema(). |
field_test_schema_alter.info | file | modules/ |
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/ |
Install, update and uninstall functions for the field_test_schema_alter module. |
field_test_schema_alter.module | file | modules/ |
|
field_test_schema_alter_field_schema_alter | function | modules/ |
Implements hook_field_schema_alter(). |
file_field_schema | function | modules/ |
Implements hook_field_schema(). |
filter_schema | function | modules/ |
Implements hook_schema(). |
forum_schema | function | modules/ |
Implements hook_schema(). |
hook_field_schema | function | modules/ |
Define the Field API schema for a field structure. |
hook_field_schema_alter | function | modules/ |
Allow modules to alter the schema for a field. |
hook_schema | function | modules/ |
Define the current version of the database schema. |
hook_schema_alter | function | modules/ |
Perform alterations to existing database schemas. |
image_field_schema | function | modules/ |
Implements hook_field_schema(). |
image_schema | function | modules/ |
Implements hook_schema(). |
list_field_schema | function | modules/ |
Implements hook_field_schema(). |
locale_schema | function | modules/ |
Implements hook_schema(). |
menu_schema | function | modules/ |
Implements hook_schema(). |
module_test_schema | function | modules/ |
Implements hook_schema(). |
node_access_test_schema | function | modules/ |
Implements hook_schema(). |
node_schema | function | modules/ |
Implements hook_schema(). |
number_field_schema | function | modules/ |
Implements hook_field_schema(). |
openid_schema | function | modules/ |
Implements hook_schema(). |
poll_schema | function | modules/ |
Implements hook_schema(). |
profile_schema | function | modules/ |
Implements hook_schema(). |
rdf_schema | function | modules/ |
Implements hook_schema(). |
REQUIRED_D6_SCHEMA_VERSION | constant | includes/ |
Minimum schema version of Drupal 6 required for upgrade to Drupal 7. |
Schema API | group | includes/ |
API to handle database schemas. |
schema.inc | file | includes/ |
Database schema code for SQLite databases. |
schema.inc | file | includes/ |
Database schema code for MySQL database servers. |
schema.inc | file | includes/ |
|
schema.inc | file | includes/ |
Database schema code for PostgreSQL database servers. |
schema.test | file | modules/ |
Tests for the Database Schema API. |
SchemaCache | class | includes/ |
Extends DrupalCacheArray to allow for dynamic building of the schema cache. |
SchemaCache::resolveCacheMiss | function | includes/ |
Overrides DrupalCacheArray::resolveCacheMiss(). |
SchemaCache::__construct | function | includes/ |
Constructs a SchemaCache object. |
SchemaTestCase | class | modules/ |
Unit tests for the Schema API. |
SchemaTestCase::$counter | property | modules/ |
A global counter for table and field creation. |
SchemaTestCase::assertFieldAdditionRemoval | function | modules/ |
Assert that a given field can be added and removed from a table. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.