book_node_convert_change |
includes/book.node_convert.inc |
Implementation of node_convert_change(). |
|
|
forum_node_convert_change |
includes/forum.node_convert.inc |
Implementation of node_convert_change(). |
|
|
hook_node_convert_change |
./node_convert.module |
This is an example implementation for the hook. Preforms actions when converting a node based on it's type. |
|
|
node_convert_action_info |
./node_convert.module |
Implementation of hook_action_info(). |
|
|
node_convert_add_template |
./node_convert.module |
|
|
1 |
node_convert_add_template_submit |
./node_convert.module |
|
|
|
node_convert_add_template_validate |
./node_convert.module |
|
|
|
node_convert_check_access |
./node_convert.module |
Checks if user can do conversions from this node's type. |
|
1 |
node_convert_check_template_permission_user |
./node_convert.module |
Checks if the logged in user has access to use the conversion template. |
4 |
|
node_convert_conversion_form |
./node_convert.module |
|
|
1 |
node_convert_conversion_form_submit |
./node_convert.module |
|
|
|
node_convert_conversion_form_validate |
./node_convert.module |
|
|
|
node_convert_convert_action |
./node_convert.module |
|
|
1 |
node_convert_convert_action_form |
./node_convert.module |
|
|
|
node_convert_convert_action_submit |
./node_convert.module |
|
|
|
node_convert_convert_nodes_using_template |
./node_convert.module |
Converts a list of nodes using a given template |
|
1 |
node_convert_field_convert |
./node_convert.module |
Transfers information from source_field to dest_field. |
1 |
|
node_convert_get_field_value |
./node_convert.module |
Returns a string contaning the value of the $field from the $node object. |
1 |
|
node_convert_help |
./node_convert.module |
Implementation of hook_help(). |
|
|
node_convert_init |
./node_convert.module |
Implementation of hook_init(). |
|
|
node_convert_install |
./node_convert.install |
|
|
|
node_convert_load_template |
./node_convert.module |
Loads a conversion template array using template_id. |
4 |
|
node_convert_menu |
./node_convert.module |
Implementation of hook_menu(). |
|
|
node_convert_messages |
./node_convert.module |
Displays error messages if any occured, otherwise the success message. |
3 |
|
node_convert_node_convert |
./node_convert.module |
Converts a node to another content type. |
5 |
|
node_convert_node_operations |
./node_convert.module |
Implementation of hook_node_operations(). |
|
|
node_convert_perm |
./node_convert.module |
Implementation of hook_perm(). |
|
|
node_convert_return_access_node_types |
./node_convert.module |
Returns a list of node types that the user has access to, depending on the direction of conversion. |
2 |
|
node_convert_rules_event_info |
./node_convert.rules.inc |
Implementation of hook_rules_event_info(). |
|
|
node_convert_schema |
./node_convert.install |
@file
The node_convert install file. |
|
|
node_convert_templates |
./node_convert.module |
|
|
4 |
node_convert_template_delete_confirm |
./node_convert.module |
|
|
1 |
node_convert_template_delete_confirm_submit |
./node_convert.module |
|
|
|
node_convert_template_info |
./node_convert.module |
|
|
1 |
node_convert_theme |
./node_convert.module |
Implementation of hook_theme(). |
|
|
node_convert_uninstall |
./node_convert.install |
|
|
|
node_convert_update_6000 |
./node_convert.install |
|
|
|
node_convert_update_6001 |
./node_convert.install |
|
|
|
panels_node_node_convert_change |
includes/panels_node.node_convert.inc |
Implementation of node_convert_change(). |
|
|
theme_node_convert_add_template |
./node_convert.module |
|
|
|
theme_node_convert_conversion_form |
./node_convert.module |
|
|
|
uc_product_node_convert_change |
includes/uc_product.node_convert.inc |
Implementation of node_convert_change(). |
|
|