You are here

public function WordfilterItem::setSubstitute in Wordfilter 8.2

Set the substitution string.

Parameters

string $substitute: The substitution string.

File

src/WordfilterItem.php, line 103

Class

WordfilterItem

Namespace

Drupal\wordfilter

Code

public function setSubstitute($substitute) {
  $this->data['substitute'] = $substitute;
}