| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 449 lines (14 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| data_node_views_api() X-Ref |
| Implementation of hook_views_api(). |
| data_node_theme() X-Ref |
| Implementation of hook_theme(). |
| data_node_block($op = 'list', $delta = 0) X-Ref |
| Implementation of hook_block(). |
| data_node_menu() X-Ref |
| Implementation of hook_menu(). |
| data_node_perm() X-Ref |
| Implementation of hook_perm(). |
| data_node_active_form(&$form_state, $table) X-Ref |
| Form callback for setting the active node. |
| data_node_active_form_submit($form, &$form_state) X-Ref |
| Submit handler for form. |
| data_node_active_form_create_submit($form, &$form_state) X-Ref |
| Create submit handler for form. |
| data_node_add_page($table, $id, $nid, $token) X-Ref |
| Page callback for adding. |
| data_node_active_page($table, $nid) X-Ref |
| Page callback for setting the active node. |
| data_node_remove_page($table, $id, $nid, $token) X-Ref |
| Page callback for removing. |
| data_node_add($table, $id, $nid) X-Ref |
| Add a relationship between a data table and a node. |
| data_node_get_nids($table, $id) X-Ref |
| Get the nids for a given record. |
| data_node_remove($table, $id, $nid) X-Ref |
| Remove a relationship between a data table and a node. |
| data_node_get_nodes($table) X-Ref |
| Get all available nodes for a specific table. |
| data_node_set_active($table_name, $nid) X-Ref |
| Set a specific node as the active node. This is used for the collection workflow. |
| data_node_get_active($table_name) X-Ref |
| Get a the current active node. This is used for the collection workflow. |
| _data_node_hash($table, $id, $nid) X-Ref |
| Create a simple hash of a table name, an id and a nid. |
| _data_node_get_title($nid) X-Ref |
| Static cache node titles to avoid unnecessary node loading. |
| data_node_remove_path($table, $id, $nid) X-Ref |
| Generate the path for a remove link for an item/node pair. |
| data_node_add_path($table, $id, $nid) X-Ref |
| Generate the path for an add link for an item/node pair. |
| data_node_render_labels($table, $id) X-Ref |
| Render node-data labels for a given item. |
| data_node_render_placeholder_link($table, $id) X-Ref |
| Render a placeholder when there are no active nodes that can be replaced via AJAX. |
| data_node_render_add_link($table, $id, $nid) X-Ref |
| Render an add link for a given item.. |
| data_node_render_remove_link($table, $id, $nid) X-Ref |
| Render a remove link for a given item. |
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |