You are here

TwigExtension.php in Webform 8.5

File

src/Twig/TwigExtension.php
View source
<?php

namespace Drupal\webform\Twig;


/**
 * Twig extension with some useful functions and filters.
 *
 * @deprecated as of Webform 8.x-5.x, will be removed in Webform 8.x-6.x.
 *   Instead extend and use WebformTwigExtension.
 */
class TwigExtension extends WebformTwigExtension {

}

Classes

Namesort descending Description
TwigExtension Deprecated Twig extension with some useful functions and filters.