You are here

function coder_schema in Coder 6.2

Same name and namespace in other branches
  1. 6 coder.install \coder_schema()

File

./coder.install, line 68
Install, update and uninstall functions for the coder module.

Code

function coder_schema() {
  $schema['cache_coder'] = _coder_cache_schema();
  return $schema;
}