You are here

CivicrmContact.php in Webform CiviCRM Integration 8.5

File

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

namespace Drupal\webform_civicrm\Element;

use Drupal\Core\Render\Element\Textfield;

/**
 * @FormElement("civicrm_contact")
 */
class CivicrmContact extends Textfield {

}

Classes

Namesort descending Description
CivicrmContact Plugin annotation @FormElement("civicrm_contact");