You are here

static function PcaAddressElement::getConstants in Loqate 8

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

Code

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