You are here

invisimail.api.php in Invisimail 7

File

invisimail.api.php
View source
<?php

/**
 * Defines encoders available to invisimail to get turned into formatters.
 */
function hook_invisimail_encoder_info() {
}

/**
 * Allows modules to alter the encoder definitions provided by other modules.
 */
function hook_invisimail_encoder_info_alter(&$encoders) {
}

Functions

Namesort descending Description
hook_invisimail_encoder_info Defines encoders available to invisimail to get turned into formatters.
hook_invisimail_encoder_info_alter Allows modules to alter the encoder definitions provided by other modules.