persist($this->getImpressum()); $manager->flush(); } private function getImpressum(): TextSourceInterface { $source = new TextSource(); $source->setText('Example Impressum'); $source->setSlug(SystemSlugType::IMPRINT); return $source; } }