function hook_footable_breakpoint_load_alter in FooTable 7.2
Add, remove or edit FooTable breakpoints.
@array $breakpoints A keyed array of breakpoints. Each key represents the name of a breakpoint.
1 invocation of hook_footable_breakpoint_load_alter()
- footable_breakpoint_load_multiple in ./
footable.module - Returns a list of FooTable breakpoints filtered by machine name.
File
- ./
footable.api.php, line 25 - API documentation for FooTable module.
Code
function hook_footable_breakpoint_load_alter(&$breakpoints) {
}