You are here

function hook_less_functions_SYSTEM_NAME_alter in Less CSS Preprocessor 7.4

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

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

Parameters

string[] $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)

Deprecated

Alter LESS functions provided by a specific module/theme.

See also

hook_less_functions()

hook_less_functions_alter()

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.less.inc
Implements hook_less_functions_SYSTEM_NAME_alter().

File

./less.api.php, line 169
Hooks provided by the Less module.

Code

function hook_less_functions_SYSTEM_NAME_alter(array &$less_functions) {
}