视图默认函数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了视图默认函数相关的知识,希望对你有一定的参考价值。

This function goes in the {module\_name}.views\_default.inc file
  1. function {module_name}_views_default_views() {
  2.  
  3. {...view code...}
  4.  
  5. $views[$view->name] = $view; // include this line after each view's code
  6.  
  7. return $views;
  8. }

以上是关于视图默认函数的主要内容,如果未能解决你的问题,请参考以下文章

如何缓存片段视图

我如何使用视图模型从另一个片段访问函数

在 Visual Studio 中创建构造函数的代码片段或快捷方式

为啥要避免片段中的非默认构造函数?

如何将列表视图放在片段中

单击按钮时刷新片段视图