public static function Signature::processSignature in Signature Field 8
File
- src/
Plugin/ Field/ Element/ Signature.php, line 34
Class
- Signature
- Plugin annotation @FormElement("signature");
Namespace
Drupal\signature_field\ElementCode
public static function processSignature(&$element, FormStateInterface $form_state, &$complete_form) {
return $element;
}