You are here

Functions in Content Templates (Contemplate) 5

Primary tabs

Namesort descending Location Description Direct uses Strings
contemplate_admin ./contemplate.module Admin page... list out the node types 1
contemplate_array_variables ./contemplate.module Recursive (and therefore magical) function goes through node object returns html representation of the node strings are clickable and insert into teaser/body fields 1
contemplate_available_files ./contemplate.module List the available template files 1
contemplate_cck_get_fields ./contemplate.module 1
contemplate_delete ./contemplate.module 2
contemplate_delete_type_form ./contemplate.module Menu Callback Confirm the deletion of the custom Content Template 1
contemplate_delete_type_form_submit ./contemplate.module
contemplate_edit_type ./contemplate.module 1
contemplate_edit_type_form ./contemplate.module Menu callback Edit the template for a specific node-type 1
contemplate_edit_type_form_submit ./contemplate.module
contemplate_eval ./contemplate.module Copy of drupal_eval(), but extracts the node object so that variables are available to the template 2
contemplate_eval_enclosure ./contemplate.module Eval the RSS enclosure field 1
contemplate_examples ./contemplate.module Load an example node and display its parts 1
contemplate_get_file ./contemplate.module Given a node type and field type, return the content of the most specific file 1
contemplate_get_template ./contemplate.module Get a single template 2
contemplate_get_templates ./contemplate.module Get all of the current templates Only used on admin page 1
contemplate_help ./contemplate.module Implementation of hook_help().
contemplate_install ./contemplate.install
contemplate_menu ./contemplate.module Implementation of hook_menu().
contemplate_nodeapi ./contemplate.module Implementation of hook_nodeapi().
contemplate_node_view ./contemplate.module Run example node through view hooks to present the node object parts 1
contemplate_node_views ./contemplate.module Load an example node and display its parts 1
contemplate_perm ./contemplate.module Implementation of hook_perm()
contemplate_refresh_files ./contemplate.module Refresh the listing of template files for the current site 2
contemplate_save ./contemplate.module 1
contemplate_system_settings ./contemplate.module 1
contemplate_uninstall ./contemplate.install
contemplate_update_1 ./contemplate.install
contemplate_update_2 ./contemplate.install
theme_contemplate_field ./contemplate.module Rewrite of theme_field to output default CCK output into the template.

Other projects