You are here

constant WebformComputedTwig::WHITESPACE_TRIM in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Element/WebformComputedTwig.php \Drupal\webform\Element\WebformComputedTwig::WHITESPACE_TRIM

Whitespace trim.

Remove whitespace around the computed value.

File

src/Element/WebformComputedTwig.php, line 27

Class

WebformComputedTwig
Provides an item to display computed webform submission values using Twig.

Namespace

Drupal\webform\Element

Code

const WHITESPACE_TRIM = 'trim';