You are here

mail_logger.api.php in Mail Logger 7

API documentation for the Mail Logger.

File

mail_logger.api.php
View source
<?php

/**
 * @file
 * API documentation for the Mail Logger.
 */

/**
 * Allows projects to alter the record.
 *
 * @param mixed $record
 *   A object or array with record data.
 * @param array $context
 *   Corresponds to the array with context data.
 */
function hook_mail_logger_record_alter(&$record, array &$context) {
}

Functions

Namesort descending Description
hook_mail_logger_record_alter Allows projects to alter the record.