You are here

public function UtilsInterface::wf_crm_explode_key in Webform CiviCRM Integration 8.5

Explodes form key into an array and verifies that it is in the right format

Parameters

$key: Webform component field key (string)

Return value

array or NULL

1 method overrides UtilsInterface::wf_crm_explode_key()
Utils::wf_crm_explode_key in src/Utils.php
Explodes form key into an array and verifies that it is in the right format

File

src/UtilsInterface.php, line 17

Class

UtilsInterface

Namespace

Drupal\webform_civicrm

Code

public function wf_crm_explode_key($key);