You are here

protected static property WebformTwigExtension::$options in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Twig/WebformTwigExtension.php \Drupal\webform\Twig\WebformTwigExtension::options

File

src/Twig/WebformTwigExtension.php, line 20

Class

WebformTwigExtension
Twig extension with some useful functions and filters.

Namespace

Drupal\webform\Twig

Code

protected static $options = [
  'html' => 'webform_token_options_html',
  'email' => 'webform_token_options_email',
];