content; } public function setContent(string $content): void { $this->content = $content; } public function getConfiguration(): array { return $this->configuration; } public function getContentObjectRenderer(): ContentObjectRenderer { return $this->contentObjectRenderer; } }