You are here

constant WebformComputedTwig::WHITESPACE_SPACELESS in Webform 8.5

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

Whitespace spaceless.

Remove whitespace around the computed value and between HTML tags.

File

src/Element/WebformComputedTwig.php, line 20

Class

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

Namespace

Drupal\webform\Element

Code

const WHITESPACE_SPACELESS = 'spaceless';