Ces Message Templates

creating a core Entity API entity. More...

Data Structures

class  CesMessageTemplateController
 CesMessageTemplateController extends DrupalDefaultEntityController. More...
 
interface  CesMessageTemplateControllerInterface
 CesMessageTemplateControllerInterface definition. More...
 

Functions

 ces_message_field_extra_fields ()
 Implements hook_field_extra_fields(). More...
 
 ces_message_fields_ajax_callback (array $form, array &$form_state)
 AJAX callback to attach the message type fields to the form. More...
 
 ces_message_template_add ()
 Provides a wrapper on the edit form to add a new entity. More...
 
 ces_message_template_delete ($entity)
 Use the controller to delete the entity. More...
 
 ces_message_template_edit_delete ($form, &$form_state)
 Form deletion handler. More...
 
 ces_message_template_form ($form, &$form_state, $entity)
 Form function to create an ces_message_template entity. More...
 
 ces_message_template_form_submit ($form, &$form_state)
 Form submit handler: Submits template_add_form information. More...
 
 ces_message_template_form_validate ($form, &$form_state)
 Validation handler for ces_message_template_add_form form. More...
 
 ces_message_template_info_page ()
 Basic information for the page. More...
 
 ces_message_template_list_entities ()
 Returns a render array with all ces_message_template entities. More...
 
 ces_message_template_load ($template_id=NULL, $reset=FALSE)
 Fetch a template object. More...
 
 ces_message_template_load_multiple ($template_ids=FALSE, $conditions=array(), $reset=FALSE)
 Loads multiple template entities. More...
 
 ces_message_template_save (&$entity)
 We save the entity by calling the controller. More...
 
 ces_message_template_title ($entity)
 Callback for a page title when this entity is displayed. More...
 
 ces_message_template_uri ($template)
 Implements the uri callback. More...
 
 ces_message_template_view ($entity, $view_mode= 'tweaky')
 Menu callback to display an entity. More...
 

Detailed Description

creating a core Entity API entity.