You are here

function opigno_permission in Opigno 7.0

Same name and namespace in other branches
  1. 7 opigno.module \opigno_permission()

Implements hook_permission()

File

./opigno.module, line 87
Contains all hook_implementations and module specific API.

Code

function opigno_permission() {
  return array(
    'administer opigno' => array(
      'title' => t("Administer the Opigno LMS"),
    ),
  );
}