You are here

public static function LoqatePcaAddress::validateAddress in Loqate 2.x

Same name and namespace in other branches
  1. 8 src/Element/LoqatePcaAddress.php \Drupal\loqate\Element\LoqatePcaAddress::validateAddress()

Validates the address.

File

src/Element/LoqatePcaAddress.php, line 123

Class

LoqatePcaAddress
Provides a simple Loqate PCA address form element.

Namespace

Drupal\loqate\Element

Code

public static function validateAddress(&$element, FormStateInterface $form_state, &$complete_form) {

  // @TODO implement...
}