Version 1.19.2.13 (checked in on 2007/04/29 at 14:12:58 by fago)
| Name | Description |
|---|---|
| nodefamily_admin | |
| nodefamily_admin_page | Menu callback; provide the means to add and remove relations between content types. |
| nodefamily_admin_submit | |
| nodefamily_admin_validate | |
| nodefamily_check_cycle | Determine if adding the relation between parent and child would result in a cycle. |
| nodefamily_content_type_get_max | Get the maximum number of nodes of a content type per user (population). |
| nodefamily_content_type_is_max | Return, if the maximum population is already reached. |
| nodefamily_content_type_set_max | Set the maximum number of nodes of a content type per user (population). |
| nodefamily_ct_get_relations | Get all relations between content types. |
| nodefamily_ct_relation_add | Add a relation between content types. |
| nodefamily_ct_relation_overview | Display the existing content type relations in a table. |
| nodefamily_ct_relation_remove | Remove a relation between content types. |
| nodefamily_ct_relation_remove_all | Remove all relations that involve the given content type. |
| nodefamily_form_alter | Implementation of hook_form_alter(). |
| nodefamily_get_ancestor_types | Return an array of all ancestor content types for the given content type. |
| nodefamily_get_child_types | Return an array of all child content types for the given parent content type. |
| nodefamily_get_descendant_types | Return an array of all descendant content types for the given content type. |
| nodefamily_get_parent_types | Return an array of all parent content types for the given child content type. |
| nodefamily_lonely_node_page | |
| nodefamily_lonely_node_page_args | Provide a unique URL for adding/editing nodes of types with a maximum population of one. |
| nodefamily_menu | Implementation of hook_menu(). |
| nodefamily_nodeapi | Implementation of hook_nodeapi(). |
| nodefamily_node_settings_validate | |
| nodefamily_node_type | Implementation of hook_node_type(): If a content type changes, rename or delete the concerned relations and the maximum population variable. |
| nodefamily_pageroute_info | Implementation of hook_pageroute_info(). |
| nodefamily_page_manage_lonely_ui | |
| nodefamily_page_view_lonely_help | |
| nodefamily_relation_add | |
| nodefamily_relation_add_by_type | |
| nodefamily_relation_load | Load all children for a node. The children's nodes will be loaded into the array $node->children. |
| nodefamily_relation_load_all_nids | Load all children's nids for a node. This function doesn't obey node_access for the current user, it just loads all children. The children's node-ids will be loaded into the array $node->children. |
| nodefamily_relation_load_by_type | Load all children for a node, sorted by content type. The children's nodes will be loaded into the array $node->children which contains an array of children for each content type. |
| nodefamily_relation_load_parents | Load all parents for a node. The parent nodes will be loaded into the array $node->parents. |
| nodefamily_relation_load_siblings | Load all siblings for a node. The sibling nodes will be loaded into the array $node->siblings and grouped by their parent. |
| nodefamily_relation_remove | |
| nodefamily_relation_remove_by_type | |
| nodefamily_relation_remove_children | |
| nodefamily_relation_remove_parents | |
| nodefamily_relatives_set_child | Set the node-node relation for all child nodes with the type $child_typename and the author uid $uid. |
| nodefamily_relatives_set_parent | Set the node-node relation for all parent nodes with the type $parent_typename and the author uid $uid. |
| nodefamily_views_arguments | |
| nodefamily_views_filter | |
| nodefamily_views_fusion | Implementation of hook_views_fusion(). |
| nodefamily_views_handler_arg_child_nid | |
| nodefamily_views_handler_arg_grand_child_nid | |
| nodefamily_views_handler_arg_grand_parent_nid | |
| nodefamily_views_handler_arg_parent_nid | |
| nodefamily_views_tables | |
| theme_nodefamily_lonely_node_view_empty | |
| _nodefamily_content_type_del_max | |
| _nodefamily_relation_overview_dive |