public static function CardCode::processCardCode in Creditfield Form Element 8
File
- src/
Element/ CardCode.php, line 43
Class
- CardCode
- Provides a one-line credit card number field form element.
Namespace
Drupal\creditfield\ElementCode
public static function processCardCode(&$element, FormStateInterface $form_state, &$complete_form) {
return $element;
}