You are here

constant SYNTAXHIGHLIGHTER_INJECT_PHP in Syntax Highlighter 8

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

Inject SyntaxHighlighter if the associated PHP code returns TRUE.

3 uses of SYNTAXHIGHLIGHTER_INJECT_PHP
SyntaxHighlighterSettingsForm::buildForm in src/Form/SyntaxHighlighterSettingsForm.php
Form constructor.
syntaxhighlighter_modules_disabled in ./syntaxhighlighter.module
Implements hook_modules_disabled().
_syntaxhighlighter_page_match in ./syntaxhighlighter.module
Page matching helper.

File

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

Code

const SYNTAXHIGHLIGHTER_INJECT_PHP = 2;