You are here

Functions in Previewable email templates 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_default_pet ./pet.api.php Implementation of hook_default_ENTITY_TYPE.
hook_pet_substitutions_alter ./pet.api.php Add custom token objects.
MY_MODULE_recipients_callback ./pet.api.php Sample email recipient callback. 1
pet_access ./pet.module Access callback for the entity API. 1
pet_action_send_pet ./pet.rules.inc Callback for eponymous rules action.
pet_callback_recipients includes/pet.admin.inc Return an array of email recipients provided by a callback function. 1
pet_entity_info ./pet.module Implements hook_entity_info().
pet_form includes/pet.admin.inc Generate the PET editing form.
pet_form_submit includes/pet.admin.inc Form API submit callback for the type form.
pet_has_mimemail ./pet.module Check presence of mimemail. 2
pet_isset_or ./pet.module Check if a variable is set and return it if so, otherwise the alternative. 5
pet_is_natural includes/pet.admin.inc Return TRUE if a $val is a natural number (integer 1, 2, 3, ...). Base can be changed to zero if desired. 1
pet_is_valid ./pet.module Check the validity of a loaded PET. 1
pet_load ./pet.module Loads a PET by ID. 2 2
pet_load_multiple ./pet.module Loads multiple PETs by ID or based on a set of conditions. 2
pet_lookup_uid ./pet.module Helper function to look up a uid from mail. 2
pet_mail ./pet.module Implementation of hook_mail()
pet_make_preview includes/pet.admin.inc Generate a preview of the tokenized email for the first in the list. 1
pet_menu ./pet.module Implements hook_menu().
pet_page_title ./pet.module Title callback for form template page. 1
pet_parse_mails ./pet.module Helper function to parse emails into an array. 4
pet_permission ./pet.module Implements hook_permission().
pet_pet_list ./pet.rules.inc Return list of all PETs for rules configuration. 1
pet_recipients_formatted includes/pet.admin.inc Return formatted list of PET recipients for preview display. 1
pet_rules_action_info ./pet.rules.inc Implements hook_rules_action_info().
pet_schema ./pet.install Implementation of hook_schema().
pet_send_mail ./pet.module Send tokenized email to a list of recipients. 1
pet_send_one_mail ./pet.module Send one email, with token substitution. 2
pet_settings includes/pet.admin.inc PET setting form 1
pet_substitutions ./pet.module Load the token objects for a PET template in preparation for token substitution. 2
pet_token_help includes/pet.admin.inc Helper function to provide token help to template construction form and template use form. 2
pet_uninstall ./pet.install Implementation of hook_uninstall().
pet_uri ./pet.module Entity uri callback. 1
pet_user_form includes/pet.admin.inc Multi-step form for previewing and sending a PET. 1
pet_user_form_back includes/pet.admin.inc Return user to starting point on template multi-form. 1
pet_user_form_submit includes/pet.admin.inc Form submission. Take action on step 2 (confirmation of the populated templates).
pet_user_form_validate includes/pet.admin.inc Validate PET form.
pet_validate_emails includes/pet.admin.inc Parse a list of emails and return errors if any. 1
pet_validate_recipients includes/pet.admin.inc Validate existence of a non-empty recipient list free of email errors. 1

Other projects