static function PcaAddressElement::getConstants in Loqate 8
Same name and namespace in other branches
- 2.x src/PcaAddressFieldMapping/PcaAddressElement.php \Drupal\loqate\PcaAddressFieldMapping\PcaAddressElement::getConstants()
1 call to PcaAddressElement::getConstants()
- PcaAddressSettingsForm::buildForm in src/
Form/ PcaAddressSettingsForm.php - Form constructor.
File
- src/
PcaAddressFieldMapping/ PcaAddressElement.php, line 28
Class
- PcaAddressElement
- Field mapping element for PCA Address.
Namespace
Drupal\loqate\PcaAddressFieldMappingCode
static function getConstants() {
return (new \ReflectionClass(__CLASS__))
->getConstants();
}