WebformComputedToken.php in Webform 8.5
Same filename in this branch
Same filename and directory in other branches
Namespace
Drupal\webform\Plugin\WebformElementFile
src/Plugin/WebformElement/WebformComputedToken.phpView source
<?php
namespace Drupal\webform\Plugin\WebformElement;
/**
* Provides a 'webform_computed_token' element.
*
* @WebformElement(
* id = "webform_computed_token",
* label = @Translation("Computed token"),
* description = @Translation("Provides an item to display computed webform submission values using tokens."),
* category = @Translation("Computed Elements"),
* )
*/
class WebformComputedToken extends WebformComputedBase {
}
Classes
Name | Description |
---|---|
WebformComputedToken | Provides a 'webform_computed_token' element. |