You are here

function custom_formatters_perm in Custom Formatters 6

Implements hook_perm().

File

./custom_formatters.module, line 19
Contains core functions for the Custom Formatters module.

Code

function custom_formatters_perm() {
  return array(
    'administer custom formatters',
  );
}