Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为网站的后端和前端实现自定义菜单。后端和前端位于单独的捆绑包中。问题是,他们的服务似乎是共享的(假设我在管理包中定义了一项服务(knp menu voter),并且它在站点包中仍然处于活动状态)。这是预期的行为还是我错过了什么?
没关系。来自文档:
服务通常“全局”使用 [..]
在词汇表文档中阅读更多信息。