function sendinblue_help in SendinBlue 8
Same name and namespace in other branches
- 8.2 sendinblue.module \sendinblue_help()
- 7.2 sendinblue.module \sendinblue_help()
- 7 sendinblue.module \sendinblue_help()
Implements hook_help().
File
- ./
sendinblue.module, line 14 - 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.');
}
}