You are here

function breakpoints_breakpoint_load_all_module in Breakpoints 7

Load all user defined breakpoints.

1 call to breakpoints_breakpoint_load_all_module()
breakpoints_breakpoint_load_all in ./breakpoints.module
Load all breakpoints.

File

./breakpoints.module, line 459
Breakpoints @todo: provide button to reload breakpoints from theme

Code

function breakpoints_breakpoint_load_all_module() {
  return _breakpoints_breakpoint_load_all_by_type(BREAKPOINTS_SOURCE_TYPE_MODULE);
}