Converts raw tag slugs in a CultureHosts record to be more human-friendly.
Located at culturehosts-importer/src/Service/Formatters/Format_Tag.php
| Methods |
public
|
__construct(boolean $uppercase_all_words = false)
Set whether to uppercase each word, or only the first.
Set whether to uppercase each word, or only the first.
|
#
|
public
|
run(mixed $value): mixed
Called for each field value being converted.
Called for each field value being converted.
Parameters
| $value |
The current value of the field.
|
Returns
Implements
|
#
|