function hook_footable_breakpoint_load_all_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_all_alter()
- footable_breakpoint_load_all in ./
footable.module - Returns a list of FooTable breakpoints including or excluding the default FooTable breakpoints (All / Default).
File
- ./
footable.api.php, line 15 - API documentation for FooTable module.
Code
function hook_footable_breakpoint_load_all_alter(&$breakpoints) {
}