19 declare(strict_types=1);
49 abstract protected function rawInput(
52 string $condition_value =
'' 61 return $data->
value();
73 return $this->
finishInput($element, $context_element, $input);
79 string $condition_value
95 if ((
$data = $element->
getData())->type() !== Type::NULL) {
109 $label = $this->presenter->elements()->nameWithParents(
116 foreach ($this->constraint_dictionary->tagsForElement($element) as $tag) {
127 switch ($tag->restriction()) {
128 case Restriction::PRESET_VALUE:
131 case Restriction::NOT_DELETABLE: