You are here

function schema_init in Schema 6

Implementation of hook_init(). Perform setup tasks.

File

./schema.module, line 466
The Schema module provides functionality built on the Schema API.

Code

function schema_init() {
  schema_require();
}