You are here

Functions in Schema 8

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_schema_compare ./schema.drush.inc Implements drush_COMMANDFILE_COMMANDNAME().
drush_schema_compare_validate ./schema.drush.inc
drush_schema_fix ./schema.drush.inc Implements drush_COMMANDFILE_COMMANDNAME().
drush_schema_inspect ./schema.drush.inc Implements drush_COMMANDFILE_COMMANDNAME().
hook_schema_field_type_map_alter ./schema.api.php Alter the results from the getFieldTypeMap() methods in the schema class.
schema_compare_schemas ./schema.module Compares two complete schemas. 3
schema_compare_table ./schema.module Compares a reference specification (such as one returned by a module's hook_schema) to an inspected specification from the database. 1
schema_dbobject ./schema.module Fetch a schema engine class instance for a given database connection. 2
schema_drush_command ./schema.drush.inc Implementation of hook_drush_command().
schema_drush_help ./schema.drush.inc Implementation of hook_drush_help().
schema_engine_type ./schema.module Converts a column's Schema type into an engine-specific data type. 1
schema_get_connection_engine_class ./schema.module Fetch the schema engine class name for a given database connection. 2
schema_get_connection_options ./schema.module Get an array of connection options that are supported by schema inspection. 1
schema_get_schema ./schema.module Computes and returns the complete schema for all the drupal things. 8
schema_help ./schema.module Implements hooK_help().
schema_phpprint ./schema.module Builds a pretty ASCII-formatted version of a $schema array.
schema_phpprint_column ./schema.module 2
schema_phpprint_key ./schema.module 2
schema_phpprint_table ./schema.module 3
schema_requirements ./schema.install Implementation of hook_requirements().
schema_schema_type ./schema.module Convert an engine-specific data type into a Schema type. 3
schema_test_schema tests/schema_test/schema_test.install Implements hook_schema().
schema_test_schema_alter tests/schema_test/schema_test.install Implements hook_schema_alter().
schema_unprefix_table ./schema.module Unprefix a table name. 3

Other projects