You are here

tmgmt_extension_suit.api.php in TMGMT Extension Suite 8.2

Same filename and directory in other branches
  1. 8.3 tmgmt_extension_suit.api.php
  2. 8 tmgmt_extension_suit.api.php

Hooks provided by the TMGMT Extension Suite module.

File

tmgmt_extension_suit.api.php
View source
<?php

/**
 * @file
 * Hooks provided by the TMGMT Extension Suite module.
 */

/**
 * Info about reopened jobs of updated entity.
 *
 * @param array $job_ids
 */
function hook_tmgmt_extension_suit_updated_entity_jobs(array $job_ids) {

  // Array $job_ids contains reopened job ids.
}

Functions

Namesort descending Description
hook_tmgmt_extension_suit_updated_entity_jobs Info about reopened jobs of updated entity.