You are here

constant NODE_CONVERT_TEMPLATE_TABLE in Node Convert 7

8 uses of NODE_CONVERT_TEMPLATE_TABLE
node_convert_add_template_submit in ./node_convert.admin.inc
Submit callback for adding a new template.
node_convert_delete_template in ./node_convert.module
Delete a conversion template. This function is also called by ctools export when calls are made through ctools_export_crud_delete().
node_convert_load_all_templates in ./node_convert.module
Loads all templates.
node_convert_load_template in ./node_convert.module
Loads a conversion template array using template_id.
node_convert_machine_name_check in ./node_convert.module
Callback to check if an existing machine name for a template exists.

... See full list

File

./node_convert.module, line 16

Code

define('NODE_CONVERT_TEMPLATE_TABLE', 'node_convert_templates');