You are here

function tools_permission in Tools 7

Implements hook_permission().

File

./tools.module, line 27

Code

function tools_permission() {
  return array(
    'access tools' => array(
      'title' => t('Access tools'),
      'description' => t('Access tools interface.'),
    ),
  );
}