You are here

function panels_export_perm in Panels 6.2

Same name and namespace in other branches
  1. 5.2 panels_export/panels_export.module \panels_export_perm()

Implementation of hook_perm().

File

panels_export/panels_export.module, line 42
panels_export.module

Code

function panels_export_perm() {
  return array(
    'use panels exporter',
  );
}