You are here

function views_export_perm in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 views_export/views_export.module \views_export_perm()

Implementation of hook_perm().

File

views_export/views_export.module, line 43
views_export.module

Code

function views_export_perm() {
  return array(
    'use views exporter',
  );
}