Drupal通过php片段添加过滤器
我需要在 php 代码片段内为我的视图创建一个新的过滤器。是否可以使用 Drupal API 来做到这一点?如果可能的话,您还可以给我代码示例吗?
谢谢你, 托利
I need to create a new filter for my view inside php snippet. Is it possible to do that using Drupal API? Can you also give me code example if possible?
Thank You,
Toliy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的评论更有意义;)
您所要求的内容可以通过开箱即用的视图轻松实现。具体来说,当您在视图中时,查找名为“视图参数”的部分。为了帮助您入门,drupal.org 上有关于它们的大量教程。
页面的路径类似于:
字符“%”表示参数
Your comment made much more sense ;)
What you are asking for is easily possible with Views out-of-the-box. Specifically, when you are in Views, lookk for the section called "Views arguments". To get you started there is a massive tutorial on drupal.org about them.
The path to your page will be something like:
The character '%' signifies an argument