*/ public function getData(): array; /** * Returns the title for this entry. * * @return string */ public function getTitle(): string; /** * Returns the color for this entry. * * @return string */ public function getColor(): string; /** * The block to use for rendering the entry. * * @return string|null */ public function getBlockName(): ?string; }