19 declare(strict_types=1);
35 foreach ($this->
vocabularies($element, $ignore_marker) as $vocabulary) {
36 $vocab_values = array_merge(
38 iterator_to_array($vocabulary->values())
42 $this->
normalize($this->dataValue($element, $ignore_marker)),
53 protected function normalize(
string $string): string
55 return str_replace(
' ',
'', strtolower($string));