19 declare(strict_types=1);
35 $has_context_without_buttons = array_intersect(self::FORM_CONTEXTS_WITHOUT_BUTTONS, $contexts);
37 if (! empty($has_context_without_buttons)) {
43 $this->image_path_resolver,
45 $this->help_text_retriever,
46 $this->upload_limit_resolver
54 $this->image_path_resolver,
56 $this->help_text_retriever,
57 $this->upload_limit_resolver
Base class for all component renderers.