You are here

public function WordfilterItem::getFilterWords in Wordfilter 8.2

Get the filter words.

Return value

array An array of the filter words.

File

src/WordfilterItem.php, line 113

Class

WordfilterItem

Namespace

Drupal\wordfilter

Code

public function getFilterWords() {
  return $this
    ->wordsToArray($this->data['filter_words']);
}