You are here

function captcha_questions_help in Captcha Questions 8

Same name and namespace in other branches
  1. 7 captcha_questions.module \captcha_questions_help()

Implements hook_help().

File

./captcha_questions.module, line 18
Module file for the Captcha questions module.

Code

function captcha_questions_help($route_name, RouteMatchInterface $route_match) {
  if ($route_name == 'help.page.captcha_questions') {
    return t('Captcha questions allows the site administrator to add a question to selected forms');
  }
}