You are here

function cer_permission in Corresponding Entity References 7.3

Same name and namespace in other branches
  1. 7 cer.module \cer_permission()
  2. 7.2 cer.module \cer_permission()

Implements hook_permission().

File

./cer.module, line 70

Code

function cer_permission() {
  return array(
    'administer cer settings' => array(
      'title' => t('Administer corresponding references'),
    ),
  );
}