function scn_help in Simple Comment Notify 8
Implements hook_help().
File
- ./
scn.module, line 15 - Main file for the scn module.
Code
function scn_help($route_name, RouteMatchInterface $route_match) {
return '';
}
Implements hook_help().
function scn_help($route_name, RouteMatchInterface $route_match) {
return '';
}