title; } public function getLink(): string { return ''; } public function getTarget(): string { return $this->target; } public function getElementAttributes(): array { if (!ExtensionManagementUtility::isLoaded('belog')) { return []; } return [ 'data-dispatch-action' => 'TYPO3.ModuleMenu.showModule', 'data-dispatch-args-list' => 'system_log,&' . http_build_query(['constraint' => ['channel' => $this->channel ?: 'php']]), ]; } }