You are here

Files in Schema 7

Primary tabs

File namesort descending Location Namespace Description
mysql.inc engines/mysql.inc Schema module enhancements to DatabaseSchema_mysql
pgsql.inc engines/pgsql.inc Schema module enhancements to DatabaseSchema_pgsql
README.txt README.txt Schema module PREREQUISITES Drupal 7.x OVERVIEW Introduced in Drupal 6, the Schema API allows modules to declare their database tables in a structured array (similar to the Form API) and provides API functions for creating, dropping, and changing…
schema.admin.inc schema.admin.inc Administrative page callbacks for the Schema module.
schema.api.php schema.api.php API integration for the Schema module.
schema.drush.inc schema.drush.inc Schema drush commands.
schema.info schema.info name = Schema description = "The Schema module provides functionality built on the Schema API." package = Database core = 7.x configure = admin/structure/schema/settings files[] = engines/mysql.inc files[] = engines/pgsql.inc files[] =…
schema.install schema.install Install, update and uninstall functions for the schema module.
schema.module schema.module The Schema module provides functionality built on the Schema API.
schema.pages.inc schema.pages.inc Page callbacks for the Schema module.
schema.test tests/schema.test Defines SchemaUnitTestCase.
SchemaTestDatabaseConnection.php tests/schema_test/SchemaTestDatabaseConnection.php Defines SchemaTestDatabaseConnection.
schema_regression.test tests/schema_regression.test Regression tests for the Schema module
schema_test.info tests/schema_test/schema_test.info name = Schema test core = 7.x hidden = TRUE files[] = SchemaTestDatabaseConnection.php
schema_test.install tests/schema_test/schema_test.install
schema_test.module tests/schema_test/schema_test.module A placeholder for the schema_test.install for the Schema module.

Other projects