function hook_little_helpers_services_alter in Little helpers 7.2
Alter the service specs.
Parameters
array $info: The array of specs as defined by the modules.
File
- ./
little_helpers.api.php, line 34 - Document hooks invoked by the little_helpers module.
Code
function hook_little_helpers_services_alter(array &$info) {
$info['b']['class'] = '\\SplStack';
}