You are here

function hook_invisimail_encoder_info_alter in Invisimail 7

Allows modules to alter the encoder definitions provided by other modules.

1 invocation of hook_invisimail_encoder_info_alter()
invisimail_get_encoders in ./invisimail.module
Gets a list of all encoders defined in the system.

File

./invisimail.api.php, line 13

Code

function hook_invisimail_encoder_info_alter(&$encoders) {
}