You are here

function UtilsInterface::wf_crm_get_tags in Webform CiviCRM Integration 8.5

Fetch tags within a given tagset

If no tagset specified, all tags NOT within a tagset are returned. Return format is a flat array with some tic marks to indicate nesting.

Parameters

string $used_for:

int $parent_id:

Return value

array

1 method overrides UtilsInterface::wf_crm_get_tags()
Utils::wf_crm_get_tags in src/Utils.php
Fetch tags within a given tagset

File

src/UtilsInterface.php, line 94

Class

UtilsInterface

Namespace

Drupal\webform_civicrm

Code

function wf_crm_get_tags($used_for, $parent_id = NULL);