You are here

protected property FilterProcessResult::$processedText in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/filter/src/FilterProcessResult.php \Drupal\filter\FilterProcessResult::processedText

The processed text.

Type: string

See also

\Drupal\filter\Plugin\FilterInterface::process()

File

core/modules/filter/src/FilterProcessResult.php, line 78
Contains \Drupal\filter\FilterProcessResult.

Class

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

Namespace

Drupal\filter

Code

protected $processedText;