You are here

function prev_next_views_perm in Previous/Next API 6

Implementation of hook_perm().

File

./prev_next_views.module, line 36

Code

function prev_next_views_perm() {
  return array(
    'administer prev_next_views',
  );
}