{ "manifests": { "sonata-project/classification-bundle": { "manifest": { "bundles": { "Sonata\\ClassificationBundle\\SonataClassificationBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" } }, "files": { "src/Entity/SonataClassificationCategory.php": { "contents": [ "id;", " }", "", " final public function setMedia(MediaInterface $media = null)", " {", " parent::setMedia($media);", " }", "", " /**", " * @ORM\\PrePersist", " */", " public function prePersist(): void", " {", " parent::prePersist();", " }", "", " /**", " * @ORM\\PreUpdate", " */", " public function preUpdate(): void", " {", " parent::preUpdate();", " }", "}", "" ], "executable": false }, "src/Entity/SonataClassificationContext.php": { "contents": [ "id;", " }", "", " /**", " * @ORM\\PrePersist", " */", " public function prePersist(): void", " {", " parent::prePersist();", " }", "", " /**", " * @ORM\\PreUpdate", " */", " public function preUpdate(): void", " {", " parent::preUpdate();", " }", "}", "" ], "executable": false }, "src/Entity/SonataClassificationTag.php": { "contents": [ "id;", " }", "", " /**", " * @ORM\\PrePersist", " */", " public function prePersist(): void", " {", " parent::prePersist();", " }", "", " /**", " * @ORM\\PreUpdate", " */", " public function preUpdate(): void", " {", " parent::preUpdate();", " }", "}", "" ], "executable": false }, "src/Entity/SonataClassificationCollection.php": { "contents": [ "id;", " }", "", " /**", " * @ORM\\PrePersist", " */", " public function prePersist(): void", " {", " parent::prePersist();", " }", "", " /**", " * @ORM\\PreUpdate", " */", " public function preUpdate(): void", " {", " parent::preUpdate();", " }", "}", "" ], "executable": false }, "config/packages/sonata_classification.yaml": { "contents": [ "sonata_classification:", " class:", " category: App\\Entity\\SonataClassificationCategory", " collection: App\\Entity\\SonataClassificationCollection", " context: App\\Entity\\SonataClassificationContext", " tag: App\\Entity\\SonataClassificationTag", " media: App\\Entity\\SonataMediaMedia", "" ], "executable": false } }, "ref": "e79fbb2e8658677e5d5d9199db7d2735332c4b7d" } } }