*/ public function getRouteParams(): array; /** * @return array */ public function getRouteReplacer(): array; /** * @return string */ public function getMethod(): string; /** * @return DragAndDropEntry[] */ public function getEntries(): array; /** * If you want to customize the item rendering, you have to return a path to your include here. * * @return string|null */ public function getBlockInclude(): ?string; }