function schema_perm in Schema 6
Same name and namespace in other branches
- 5 schema.module \schema_perm()
 
Implementation of hook_perm().
File
- ./
schema.module, line 522  - The Schema module provides functionality built on the Schema API.
 
Code
function schema_perm() {
  return array(
    'administer schema',
  );
}