You are here

function firebase_help in Firebase Push Notification (FCM) 7

Same name and namespace in other branches
  1. 8 firebase.module \firebase_help()
  2. 3.0.x firebase.module \firebase_help()

Implements hook_help().

File

./firebase.module, line 6

Code

function firebase_help($path, $arg) {
  switch ($path) {
    case 'admin/help#firebase':
      return '<p>' . t('Enables sending push notifications.') . '</p>';
  }
}