function FilterProcessResult::__toString
Same name in other branches
- 9 core/modules/filter/src/FilterProcessResult.php \Drupal\filter\FilterProcessResult::__toString()
- 8.9.x core/modules/filter/src/FilterProcessResult.php \Drupal\filter\FilterProcessResult::__toString()
- 10 core/modules/filter/src/FilterProcessResult.php \Drupal\filter\FilterProcessResult::__toString()
Gets the processed text.
Return value
string
File
-
core/
modules/ filter/ src/ FilterProcessResult.php, line 99
Class
- FilterProcessResult
- Used to return values from a text filter plugin's processing method.
Namespace
Drupal\filterCode
public function __toString() {
return $this->getProcessedText();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.