You are here

function syntaxhighlighter_help in Syntax Highlighter 8

Same name and namespace in other branches
  1. 6.2 syntaxhighlighter.module \syntaxhighlighter_help()
  2. 6 syntaxhighlighter.module \syntaxhighlighter_help()
  3. 7.2 syntaxhighlighter.module \syntaxhighlighter_help()
  4. 7 syntaxhighlighter.module \syntaxhighlighter_help()

Implements hook_help().

File

./syntaxhighlighter.module, line 47
Syntax highlight code using the SyntaxHighlighter Javascript library.

Code

function syntaxhighlighter_help($route_name, RouteMatchInterface $route_match) {
  switch ($route_name) {
    case 'help.page.syntaxhighlighter':
      return _syntaxhighlighter_filter_tips(0, 0, TRUE);
  }
}