You are here

function stylizer_perm in Chaos Tool Suite (ctools) 6

Implementation of hook_perm()

File

stylizer/stylizer.module, line 18
Stylizer module

Code

function stylizer_perm() {
  return array(
    'administer stylizer',
  );
}