function views_export_perm

2.x 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');
}