function FilterProcessResult::getProcessedText

Gets the processed text.

Return value

string The processed text.

File

core/modules/filter/src/FilterProcessResult.php, line 91

Class

FilterProcessResult
Used to return values from a text filter plugin's processing method.

Namespace

Drupal\filter

Code

public function getProcessedText() {
  return $this->processedText;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.