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