18declare(strict_types=1);
33 if (in_array(
'TreeSelectFieldInput', $contexts,
true) ||
34 in_array(
'TreeMultiSelectFieldInput', $contexts,
true)
41 $this->image_path_resolver,
43 $this->help_text_retriever,
44 $this->upload_limit_resolver,
48 return parent::getRendererInContext($component, $contexts);
A component is the most general form of an entity in the UI.
An entity that renders components to a string output.