You are here

function hook_less_functions_SYSTEM_NAME_alter in Less CSS Preprocessor 7.3

Same name and namespace in other branches
  1. 8 less.api.php \hook_less_functions_SYSTEM_NAME_alter()
  2. 7.4 less.api.php \hook_less_functions_SYSTEM_NAME_alter()

Implements hook_less_functions_SYSTEM_NAME_alter().

Parameters

$less_functions: Flat associative array of functions, where key is variable and value is function name or Anonymous function: (http://php.net/manual/en/functions.anonymous.php)

See also

http://leafo.net/lessphp/docs/#custom_functions

1 function implements hook_less_functions_SYSTEM_NAME_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

less_demo_less_functions_less_demo_alter in less_demo/less_demo.module
Implements hook_less_functions_SYSTEM_NAME_alter().

File

./less.api.php, line 107
Hooks provided by the LESS module.

Code

function hook_less_functions_SYSTEM_NAME_alter(&$less_functions) {
}