-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathexamples.index.php
More file actions
40 lines (39 loc) · 2.16 KB
/
Copy pathexamples.index.php
File metadata and controls
40 lines (39 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
/**
* @file
* Example 模块
*
* @link action_example.module 创建 actions @endlink
* @link ajax_example.module 使用Ajax forms @endlink
* @link batch_example.module 使用 batch API @endlink
* @link block_example.module 定义 blocks @endlink
* @link cache_example.module 演示 Drupal 缓存 @endlink
* @link contextual_links_example.module 上下文链接 @endlink
* @link cron_example.module 使用 hook_cron() 和 hook_cron_queue_info() @endlink
* @link dbtng_example.module 数据库示例 (DBTNG) @endlink
* @link email_example.module 发送邮件 @endlink
* @link entity_example.module 创建和管理自定义Entity @endlink
* @link field_example.module 用Field API定义Field @endlink
* @link file_example.module 文件处理演示 @endlink
* @link filter_example.module 定义输入Filter @endlink
* @link form_example.module Form API示例,包括多步骤Form @endlink
* @link image_example.module 利用样式和效果处理图像 @endlink
* @link js_example.module Javascript 示例 @endlink
* @link menu_example.module Menu API 示例 @endlink
* @link nodeapi_example.module 用Node API在模块中改变Node的行为 @endlink
* @link node_access_example.module 利用node access hook定义node访问规则 @endlink
* @link node_example.module 创建带有Fields的自定义Node类型 @endlink
* @link page_example.module 创建自定义页面 @endlink
* @link pager_example.module 使用分页表格 @endlink
* @link queue_example.module 使用 Queue API @endlink
* @link rdf_example.module 在Drupal中实现RDF @endlink
* @link render_example.module 演示Render(渲染)API @endlink
* @link simpletest_example.module 为Drupal编写测试 @endlink
* @link tablesort_example.module 用Render Array来渲染一个能够自动排序的表格 @endlink
* @link tabledrag_example.module Demonstrates tabledrag forms @endlink
* @link theming_example.module 模块应该如何主题API,如何提供tpl.php @endlink
* @link token_example.module 使用tokens @endlink
* @link trigger_example.module 实现 triggers 和 actions @endlink
* @link vertical_tabs_example.module 实现纵向Tab @endlink
* @link xmlrpc_example.module XML-RPC 示例 @endlink
*/