You are here

function opigno_tincan_api_permission in Opigno TinCan API 7

Implements hook_permission().

File

./opigno_tincan_api.module, line 28

Code

function opigno_tincan_api_permission() {
  return array(
    'edit opigno tincan api settings' => array(
      'title' => t('Administer the Opigno TinCan API module'),
      'description' => t('Change the settings for the Opigno TinCan API module, like the LRS settings.'),
    ),
  );
}