WebformFields.php in RULES WEBFORM 3.x
Same filename and directory in other branches
Namespace
Drupal\rules_webform\Plugin\DataTypeFile
src/Plugin/DataType/WebformFields.phpView source
<?php
namespace Drupal\rules_webform\Plugin\DataType;
use Drupal\Core\TypedData\Plugin\DataType\Map;
/**
* The "webform_fields" data type.
*
* @ingroup typed_data
*
* @DataType(
* id = "webform_fields",
* label = @Translation("Webform Fields"),
* definition_class = "Drupal\rules_webform\WebformFieldsDataDefinition"
* )
*/
class WebformFields extends Map {
}
Classes
Name | Description |
---|---|
WebformFields | The "webform_fields" data type. |