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.
我对节点的预处理文件进行了一些检查。如果其中一个是真的,我想显示我定义的 404 页面。这怎么可能通过 php 调用?
使用此代码:
if([YOUR_CHECKS]){ drupal_not_found(); }
您应该使用 drupal_not_foun() 函数