You are here

static function PcaAddressField::getConstants in Loqate 8

Same name and namespace in other branches
  1. 2.x 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\PcaAddressFieldMapping

Code

static function getConstants() {
  return (new \ReflectionClass(__CLASS__))
    ->getConstants();
}