19 declare(strict_types=1);
40 FullEditorServices $services,
59 $delete_modal = $this->services->actions()->getModal()->delete(
65 $buttons[] = $this->services->actions()->getButton()->delete(
66 $delete_modal->getFlexibleSignal(),
73 if (!$sub->isScaffold()) {
76 $create_modal = $this->services->actions()->getModal()->create(
81 $buttons[] = $this->services->actions()->getButton()->create(
82 $create_modal->getFlexibleSignal(),
88 $dropdown = $this->ui_factory->dropdown()->standard($buttons);
91 $panel = $this->ui_factory->panel()->sub(
92 $this->presenter->elements()->nameWithRepresentation(
false, $element),
94 )->withActions($dropdown);
96 $panel = $this->ui_factory->panel()->standard(
97 $this->presenter->elements()->nameWithParents($element),
99 )->withActions($dropdown);
101 yield ContentType::MAIN => $panel;
107 $properties = $this->services->propertiesFetcher()
108 ->getPropertiesByPreview($element);
109 $properties = iterator_to_array($properties);
110 if (!empty($properties)) {
111 return $this->ui_factory->listing()
112 ->characteristicValue()
content(PathInterface $base_path, ElementInterface $element, bool $is_subpanel, ?RequestForFormInterface $request)
__construct(FullEditorServices $services, UIFactory $ui_factory, PresenterInterface $presenter)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
PresenterInterface $presenter
FullEditorServices $services
listing(ElementInterface $element)