{ "manifests": { "beelab/tag-bundle": { "manifest": { "bundles": { "Beelab\\TagBundle\\BeelabTagBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" }, "post-install-output": [ " * Customize your new Tag entity", " * Read documentation at https://github.com/Bee-Lab/BeelabTagBundle/blob/master/Resources/docs/index.md" ] }, "files": { "config/packages/beelab_tag.yaml": { "contents": [ "beelab_tag:", " tag_class: App\\Entity\\Tag", "" ], "executable": false }, "src/Entity/Tag.php": { "contents": [ "name;", " }", "", " public function getId(): int", " {", " return $this->id;", " }", "", " public function setName(?string $name): void", " {", " $this->name = $name;", " }", "", " public function getName(): ?string", " {", " return $this->name;", " }", "}", "", "" ], "executable": false } }, "ref": "9bd5cf1ad8576a8ad13e317cf8d7b854883cab9e" } } }