You are here

constant GeshiFilter::BRACKETS_PHPBLOCK in GeSHi Filter for syntax highlighting 8.2

Same name and namespace in other branches
  1. 8 src/GeshiFilter.php \Drupal\geshifilter\GeshiFilter::BRACKETS_PHPBLOCK

Parse code with tags inside , example, <?php echo('hi'); ?>.

File

src/GeshiFilter.php, line 91

Class

GeshiFilter
Contains constants and some helper functions.

Namespace

Drupal\geshifilter

Code

const BRACKETS_PHPBLOCK = 8;