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