Get all selectable tags and labels, optionally for specific language
Usage
// basic usage
$array = $inputfieldTextTags->getTagsList();
// usage with all arguments
$array = $inputfieldTextTags->getTagsList($language = null, bool $getArray = true);
Arguments
Name | Type(s) | Description |
---|---|---|
language (optional) | Language, int, string, null | |
getArray (optional) | bool |
Return value
array
string
InputfieldTextTags methods and properties
API reference based on ProcessWire core version 3.0.236