You are here

protected property WordfilterItem::$data in Wordfilter 8.2

The item data as array.

Contains the following keys: 'delta': The delta of the filtering item. 'substitute': The substitution string. 'filter_words': The list of words to filter. This list is being stored as a string, words are being separated by ", ".

Type: array

File

src/WordfilterItem.php, line 28

Class

WordfilterItem

Namespace

Drupal\wordfilter

Code

protected $data;