You are here

function schema_perm in Schema 5

Same name and namespace in other branches
  1. 6 schema.module \schema_perm()

File

./schema.module, line 442

Code

function schema_perm() {
  return array(
    'administer schema',
  );
}