public static function LoqatePcaAddress::validateAddress in Loqate 8
Same name and namespace in other branches
- 2.x src/Element/LoqatePcaAddress.php \Drupal\loqate\Element\LoqatePcaAddress::validateAddress()
Validates the address.
File
- src/
Element/ LoqatePcaAddress.php, line 123
Class
- LoqatePcaAddress
- Provides a standalone Loqate PCA address form element.
Namespace
Drupal\loqate\ElementCode
public static function validateAddress(&$element, FormStateInterface $form_state, &$complete_form) {
// @TODO implement...
}