mailsystem_admin_settings |
./mailsystem.admin.inc |
@file
Administrative form for setting the mail_system variable. |
|
1 |
mailsystem_admin_settings_submit |
./mailsystem.admin.inc |
Processes mailsystem_admin_settings form. |
|
1 |
mailsystem_clear |
./mailsystem.module |
Helps other modules safely remove their settings from mail_system. This
function should be called from the other module's hook_disable() function. |
|
|
mailsystem_defaults |
./mailsystem.module |
Returns the default settings for the mail_system variable. |
3 |
|
mailsystem_default_id |
./mailsystem.module |
Returns the id for the default mail_system setting. |
1 |
|
mailsystem_default_value |
./mailsystem.module |
Returns the value for the default mail_system setting. |
3 |
|
mailsystem_get |
./mailsystem.module |
Returns the current mail_system settings. |
3 |
|
mailsystem_get_classes |
./mailsystem.admin.inc |
Returns a list of classes which implement MailSystemInterface. |
1 |
|
mailsystem_menu |
./mailsystem.module |
Implements hook_menu(). |
|
|
mailsystem_set |
./mailsystem.module |
Helps other modules safely set their own key within mail_system. This
function should be called from hook_enable() implementations. |
|
|