19declare(strict_types=1);
35 'BranchNodeFieldInput',
37 'AsyncNodeFieldInput',
44 'MultiSelectFieldInput',
50 if (count(array_intersect(self::USE_BUTTON_CONTEXT_RENDERER_FOR, $contexts)) > 0) {
56 $this->image_path_resolver,
58 $this->help_text_retriever,
59 $this->upload_limit_resolver
67 $this->image_path_resolver,
69 $this->help_text_retriever,
70 $this->upload_limit_resolver
getRendererInContext(Component\Component $component, array $contexts)
const array USE_BUTTON_CONTEXT_RENDERER_FOR
components which render glyphs inside an HTML <button> element, where only palpable content is allowe...
An entity that renders components to a string output.