19 declare(strict_types=1);
    35         private bool $header_action_visibility = self::DEFAULT_HEADER_ACTION_VISIBILITY
    41         return $this->header_action_visibility;
    46         FieldFactory $field_factory,
    49         $trafo = $refinery->custom()->transformation(
    54         return $field_factory->checkbox($language->
txt(self::INPUT_LABEL))
    64             $language->
txt(self::INPUT_LABEL),
    67         $top_actions_visibility_input->setValue(
'1');
    68         $top_actions_visibility_input->setChecked($this->
getVisibility());
    70         return $top_actions_visibility_input;
 
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...