TwigExtension.php in Webform 8.5
Namespace
Drupal\webform\TwigFile
src/Twig/TwigExtension.phpView 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
Name | Description |
---|---|
TwigExtension Deprecated | Twig extension with some useful functions and filters. |