19declare(strict_types=1);
49 $delete_modal = $this->actions->getModal()->delete(
55 $button = $this->actions->getButton()->delete(
56 $delete_modal->getFlexibleSignal(),
61 yield ContentType::TOOLBAR => $button;
63 $form = $this->form_factory->getUpdateForm(
70 yield ContentType::MAIN => $form;
__construct(protected Actions $actions, protected FormFactory $form_factory)
content(PathInterface $base_path, ElementInterface $element, ?RequestForFormInterface $request)