You are here

function modalframe_example_perm in Modal Frame API 6

Implementation of hook_perm().

File

modules/modalframe_example/modalframe_example.module, line 11
Example for the Modal Frame module.

Code

function modalframe_example_perm() {
  return array(
    'access modalframe examples',
  );
}