InputfieldTextTags::setTagLabel()

Set label for tag

Usage

// basic usage
$self = $inputfieldTextTags->setTagLabel(string $tag, string $label);

// usage with all arguments
$self = $inputfieldTextTags->setTagLabel(string $tag, string $label, $language = null);

Arguments

NameType(s)Description
$tagstring
$labelstring
$language (optional)Language int string null

Return value

self


InputfieldTextTags methods and properties

API reference based on ProcessWire core version 3.0.253