You are here

function pmpermission_help in Drupal PM (Project Management) 7.2

Implements hook_help().

File

pmpermission/pmpermission.module, line 10
Main module file for the pmpermission module.

Code

function pmpermission_help($path, $arg) {
  switch ($path) {
    case 'admin/help#pm-permission':
      return '<p>' . t('PM Permission allows you to grant access to content based on interactions with Drupal PM.') . '</p>';
  }
}