You are here

constant FilterInterface::TYPE_TRANSFORM_REVERSIBLE in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/filter/src/Plugin/FilterInterface.php \Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_REVERSIBLE

Reversible transformation filters.

File

core/modules/filter/src/Plugin/FilterInterface.php, line 98
Contains \Drupal\filter\Plugin\FilterInterface.

Class

FilterInterface
Defines the interface for text processing filter plugins.

Namespace

Drupal\filter\Plugin

Code

const TYPE_TRANSFORM_REVERSIBLE = 2;