You are here

public function UtilsInterface::wf_crm_get_states in Webform CiviCRM Integration 8.5

Get list of states, keyed by abbreviation rather than ID.

Parameters

null|int|string $param:

1 method overrides UtilsInterface::wf_crm_get_states()
Utils::wf_crm_get_states in src/Utils.php
Get list of states, keyed by abbreviation rather than ID.

File

src/UtilsInterface.php, line 51

Class

UtilsInterface

Namespace

Drupal\webform_civicrm

Code

public function wf_crm_get_states($param = NULL);