You are here

function uc_importer_perm in Ubercart 5

Implementation of hook_perm().

File

uc_importer/uc_importer.module, line 36
XML product importer and exporter.

Code

function uc_importer_perm() {
  return array(
    'import',
    'export',
  );
}