You are here

CivicrmOptions.php in Webform CiviCRM Integration 8.5

File

src/Element/CivicrmOptions.php
View source
<?php

namespace Drupal\webform_civicrm\Element;

use Drupal\Core\Render\Element\Select;

/**
 * @FormElement("civicrm_options")
 */
class CivicrmOptions extends Select {

}

Classes

Namesort descending Description
CivicrmOptions Plugin annotation @FormElement("civicrm_options");