You are here

function bulk_export_perm in Chaos Tool Suite (ctools) 6

Implements hook_perm().

File

bulk_export/bulk_export.module, line 10
Perform bulk exports.

Code

function bulk_export_perm() {
  return array(
    'use bulk exporter',
  );
}