You are here

WebformFields.php in RULES WEBFORM 8

Same filename and directory in other branches
  1. 3.x src/Plugin/DataType/WebformFields.php

File

src/Plugin/DataType/WebformFields.php
View 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

Namesort descending Description
WebformFields The "webform_fields" data type.