如何将 Symfony Admin Generator 文件移动到插件?

发布于 2024-10-15 02:41:19 字数 392 浏览 6 评论 0原文

我尝试将管理生成器生成的模块移动到插件中。

错误:

致命错误:在...中找不到“BaseFooGeneratorConfiguration”类

。action.class.php 包含文件:

  1. fooGeneratorConfiguration.class.php

  2. fooGeneratorHelper.class.php

这两个类都扩展了基类(BaseFooGeneratorConfiguration、BaseFooGeneratorHelper)。 问题是这些类只存在于缓存中。

我需要将类从缓存复制到我的插件中吗?!

I try to move my module which generated by the Admin Genrator to a plugin.

Error:

Fatal error: Class 'BaseFooGeneratorConfiguration' not found in ...

The action.class.php includes to files:

  1. fooGeneratorConfiguration.class.php

  2. fooGeneratorHelper.class.php

Both classes extends of an base class (BaseFooGeneratorConfiguration,BaseFooGeneratorHelper).
The problem is that those classes only exist in the cache.

Do i need to copy the class from cache into my plugin ?!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光匆匆的小流年 2024-10-22 02:41:19

将模块移动到插件后,您是否尝试过清除缓存?

./symfony cc

Have you tried clearing your cache after moving the module to your plugin?

./symfony cc
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文