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
| Name | Type(s) | Description |
|---|---|---|
$tag | string | |
$label | string | |
$language (optional) | Language int string null |
Return value
self
InputfieldTextTags methods and properties
API reference based on ProcessWire core version 3.0.253