You are here

imageapi_optimize.api.php in Image Optimize (or ImageAPI Optimize) 8.2

Same filename and directory in other branches
  1. 8.3 imageapi_optimize.api.php
  2. 4.x imageapi_optimize.api.php

Hooks related to image optimize pipelines and processors.

File

imageapi_optimize.api.php
View source
<?php

/**
 * @file
 * Hooks related to image optimize pipelines and processors.
 */

/**
 * @addtogroup hooks
 * @{
 */

/**
 * Alter the information provided in \Drupal\imageapi_optimize\Annotation\ImageAPIOptimizeProcessor.
 *
 * @param $processors
 *   The array of image optimize processors, keyed on the machine-readable processor name.
 */
function imageapi_optimize_processor_info(&$processors) {
}

/**
 * @} End of "addtogroup hooks".
 */