You are here

WebformInfo.php in RULES WEBFORM 8

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

File

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

Namesort descending Description
WebformInfo The "webform_info" data type.