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