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_action_send_pet |
./pet.rules.inc |
Callback for eponymous rules action. |
|
|
pet_has_mimemail |
./pet.module |
Check presence of mimemail. |
2 |
|
pet_hook_info |
./pet.module |
Implements hook_hook_info(). |
|
|
pet_isset_or |
./pet.module |
Check if a variable is set and return it if so, otherwise the alternative. |
5 |
|
pet_is_natural |
./pet.module |
Return TRUE if a $val is a natural number (integer 1, 2, 3, ...). |
1 |
|
pet_is_valid |
./pet.module |
Check the validity of a loaded PET. |
1 |
|
pet_load |
./pet.module |
Loads a PET by ID. |
2 |
|
pet_load_multiple |
./pet.module |
Loads multiple PETs by ID or based on a set of conditions. |
1 |
|
pet_lookup_uid |
./pet.module |
Helper function to look up a uid from mail. |
2 |
|
pet_mail |
./pet.module |
Implements hook_mail(). |
|
|
pet_page_title |
./pet.module |
Title callback for form template page. |
|
|
pet_parse_mails |
./pet.module |
Helper function to parse emails into an array. |
2 |
|
pet_pet_list |
./pet.rules.inc |
Return list of all PETs for rules configuration. |
|
1 |
pet_recipients_formatted |
./pet.module |
Return formatted list of PET recipients for preview display. |
1 |
|
pet_rules_action_info |
./pet.rules.inc |
Implements hook_rules_action_info(). |
|
|
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_substitutions |
./pet.module |
Load the token objects for a PET template in preparation for token
substitution. |
2 |
|
pet_token_help |
./pet.module |
Helper function to provide token help to template construction form and
template use form. |
2 |
|
pet_uri |
./pet.module |
Entity uri callback. |
|
|