Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for schema

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
schema.inc file includes/database/schema.inc Generic Database schema code.
schema.inc file drivers/database_mysql/schema.inc Database schema code for MySQL database servers.
Schema API group includes/database/schema.inc API to handle database schemas.
schema.test file modules/simpletest/tests/schema.test Tests for the Database Schema API.
book_schema function modules/book/book.install Implements hook_schema().
node_schema function modules/node/node.install Implements hook_schema().
SchemaCache class includes/bootstrap.inc Extends BackdropCacheArray to allow for dynamic building of the schema cache.
user_schema function modules/user/user.install Implements hook_schema().
file_schema function modules/file/file.install Implements hook_schema().
hook_schema function modules/system/system.api.php Define the current version of the database schema.
field_schema function modules/field/field.install Implements hook_schema().
views_schema function modules/views/views.install Implements hook_schema().
dblog_schema function modules/dblog/dblog.install Implements hook_schema().
layout_schema function modules/layout/layout.install Implements hook_schema().
update_schema function modules/update/update.install Implements hook_schema().
system_schema function modules/system/system.install Implements hook_schema().
search_schema function modules/search/search.install Implements hook_schema().
filter_schema function modules/filter/filter.install Implements hook_schema().
locale_schema function modules/locale/locale.install Implements hook_schema().
comment_schema function modules/comment/comment.install Implements hook_schema().
DatabaseSchema class includes/database/schema.inc Base class for database schema definitions.
SchemaTestCase class modules/simpletest/tests/schema.test Unit tests for the Schema API.
redirect_schema function modules/redirect/redirect.install Implements hook_schema().
taxonomy_schema function modules/taxonomy/taxonomy.install Implements hook_schema().
language_schema function modules/language/language.install Implements hook_schema().
SCHEMA_INSTALLED constant includes/install.inc Indicates that a module has been installed.
admin_bar_schema function modules/admin_bar/admin_bar.install Implements hook_schema().
hook_field_schema function modules/field/field.api.php Define the Field API schema for a field structure.
file_field_schema function modules/file/file.install Implements hook_field_schema().
views_test_schema function modules/views/tests/views_test/views_test.install Implements hook_schema().
date_field_schema function modules/date/date.install Implements hook_field_schema().
list_field_schema function modules/field/modules/list/list.install Implements hook_field_schema().
hook_schema_alter function modules/system/system.api.php Perform alterations to existing database schemas.
text_field_schema function modules/field/modules/text/text.install Implements hook_field_schema().
field_test_schema function modules/field/tests/field_test/field_test.install Implements hook_schema().
simpletest_schema function modules/simpletest/simpletest.install Implements hook_schema().
link_field_schema function modules/link/link.install Implements hook_field_schema().
drupal_get_schema function includes/drupal.inc Gets the schema definition of a table, or the whole database schema.
module_test_schema function modules/simpletest/tests/module_test.install Implements hook_schema().
SCHEMA_UNINSTALLED constant includes/install.inc Indicates that a module has not been installed yet.
entity_test_schema function modules/entity/tests/entity_test/entity_test.install Implements hook_schema().
email_field_schema function modules/email/email.install Implements hook_field_schema().
image_field_schema function modules/image/image.install Implements hook_field_schema().
number_field_schema function modules/field/modules/number/number.install Implements hook_field_schema().
backdrop_get_schema function includes/bootstrap.inc Gets the schema definition of a table, or the whole database schema.
DatabaseSchema_mysql class drivers/database_mysql/schema.inc
database_test_schema function modules/simpletest/tests/database_test.install Implements hook_schema().
comment_schema_alter function modules/comment/comment.install Implements hook_schema_alter().
taxonomy_test_schema function modules/simpletest/tests/taxonomy_test.install Implements hook_schema().
drupal_install_schema function includes/drupal.inc Creates all tables defined in a module's hook_schema().

Pages

  • 1
  • 2
  • 3
  • 4
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS