You are here

function stringoverrides_perm in String Overrides 5

Same name and namespace in other branches
  1. 6 stringoverrides.module \stringoverrides_perm()

Implementation of hook_perm()

File

./stringoverrides.module, line 36
Configuration interface to provide a quick and easy way of replacing text.

Code

function stringoverrides_perm() {
  return array(
    'administer string overrides',
  );
}