You are here

function matrix_perm in Matrix field 6.2

Implementation of hook_perm().

File

./matrix.module, line 88
Defines simple matrix field types.

Code

function matrix_perm() {
  return array(
    'export matrix',
    'use php for matrix options',
  );
}