19 declare(strict_types=1);
59 bool $with_title =
true 61 $link = $this->link_provider->update($base_path, $element);
76 bool $with_title =
true 78 $link = $this->link_provider->create($base_path, $element);
79 $editor_tag = $this->editor_dictionary->tagForElement($element);
80 $context_element = $element;
81 if ($created_with = $editor_tag?->createdWith()) {
82 $element = $this->navigator_factory->navigator(
85 )->lastElementAtFinalStep();
93 !$created_with && !$editor_tag?->isLastInTree()
107 $section = [$this->input_factory->getInputFields(
114 return $this->ui_factory->input()->container()->form()->standard(