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