constant FILTER_TYPE_TRANSFORM_IRREVERSIBLE

Irreversible transformation filters.

@todo Move into \Drupal\filter\Plugin\Filter\FilterInterface

2 uses of FILTER_TYPE_TRANSFORM_IRREVERSIBLE
Editor::textFormatHasTransformationFilters in drupal/core/modules/editor/lib/Drupal/editor/Plugin/InPlaceEditor/Editor.php
Returns whether the text format has transformation filters.
EditorController::getUntransformedText in drupal/core/modules/editor/lib/Drupal/editor/EditorController.php
Returns an Ajax response to render a text field without transformation filters.

File

drupal/core/modules/filter/filter.module, line 39
Framework for handling the filtering of content.

Code

const FILTER_TYPE_TRANSFORM_IRREVERSIBLE = 3;