19 declare(strict_types=1);
30 if (in_array(
'DurationFieldInput', $contexts)
31 && in_array(
'DateTimeFieldInput', $contexts)
32 && in_array(
'StandardFilterContainerInput', $contexts)) {
38 $this->image_path_resolver,
40 $this->help_text_retriever,
41 $this->upload_limit_resolver
44 if (in_array(
'StandardFilterContainerInput', $contexts)) {
50 $this->image_path_resolver,
52 $this->help_text_retriever,
53 $this->upload_limit_resolver
61 $this->image_path_resolver,
63 $this->help_text_retriever,
64 $this->upload_limit_resolver
Base class for all component renderers.