You are here

autoload.api.php in Autoload 7.2

Same filename and directory in other branches
  1. 6.2 autoload.api.php

Autoload API.

File

autoload.api.php
View source
<?php

/**
 * @file
 * Autoload API.
 */

/**
 * Allow modules to add/remove definitions.
 *
 * In general, this hook ought to be used for providing autoloading for
 * external dependencies.
 *
 * @param \AutoloadCache $autoload
 *   The autoloading cache.
 *
 * @see \AutoloadCache::rebuild()
 */
function hook_autoload_lookup_alter(\AutoloadCache $autoload) {
}

Functions

Namesort descending Description
hook_autoload_lookup_alter Allow modules to add/remove definitions.