ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
VocabSourceFactory.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
26 
28 {
29  protected function rawInput(
30  ElementInterface $element,
31  ElementInterface $context_element,
32  string $condition_value = ''
33  ): FormInput {
34  return $this->ui_factory->hidden()->withValue(LOMDictionaryInitiator::SOURCE);
35  }
36 }
rawInput(ElementInterface $element, ElementInterface $context_element, string $condition_value='')
withValue($value)
Get an input like this with another value displayed on the client side.
This describes inputs that can be used in forms.
Definition: FormInput.php:31