You are here

constant KeywordFilter::INVERT in Tamper 8

If checked, then "book" will match "book" but not "Book" or "BOOK".

File

src/Plugin/Tamper/KeywordFilter.php, line 46

Class

KeywordFilter
Plugin implementation for filtering based on a list of words/phrases.

Namespace

Drupal\tamper\Plugin\Tamper

Code

const INVERT = 'invert';