You are here

function sendinblue_help in SendinBlue 7.2

Same name and namespace in other branches
  1. 8.2 sendinblue.module \sendinblue_help()
  2. 8 sendinblue.module \sendinblue_help()
  3. 7 sendinblue.module \sendinblue_help()

Implements hook_help().

File

./sendinblue.module, line 51
The entry point of Sendinblue module.

Code

function sendinblue_help($path, $arg) {
  switch ($path) {
    case 'admin/help#sendinblue':
      return t('Sendinblue module provides integration with the SendinBlue email delivery service.');
  }
}