You are here

function opigno_tincan_api_stats_permission in Opigno TinCan API 7

Implements hook_permission().

File

modules/opigno_tincan_api_stats/opigno_tincan_api_stats.module, line 13

Code

function opigno_tincan_api_stats_permission() {
  return array(
    'access lrs stats' => array(
      'title' => t('Access LRS statistics'),
      'description' => t('Be able to view Learning Record Store (LRS) statistic pages.'),
    ),
  );
}