function tawk_to_help in Tawk.to - Live chat application (Drupal 8) 8.2
Same name and namespace in other branches
- 8 tawk_to.module \tawk_to_help()
Implements hook_help().
See also
File
- ./
tawk_to.module, line 13 - Contains main module code.
Code
function tawk_to_help($route_name) {
switch ($route_name) {
case 'help.page.tawk_to':
return t('
<h2><a href="http://tawk.to">Tawk.to</a> widget for Drupal 8.</h2>
<p>Tawk.to widget cutomization, using this module you can select widget which will be used on specific site pages.</p>
');
}
}