You are here

function editablefields_perm in Editable Fields 6.3

Implementation of hook_perm.

Return value

array An array of permissions that this module provides.

File

./editablefields.module, line 14
Editable fields module.

Code

function editablefields_perm() {
  return array(
    'administer editablefields',
  );
}