You are here

function computed_field_tools_perm in Computed Field Tools 6

Implementation of hook_perm().

File

./computed_field_tools.module, line 43
This module offers a quick way to re-compute computed fields when needed.

Code

function computed_field_tools_perm() {
  return array(
    'recompute computed fields',
  );
}