You are here

Functions in Breakpoints 8

Primary tabs

Namesort descending Location Description Direct uses Strings
breakpoint_enable ./breakpoint.module Implements hook_enable().
breakpoint_entity_info ./breakpoint.module Implements hook_entity_info().
breakpoint_get_module_media_queries ./breakpoint.module Get a list of available breakpoints from a specified module. 1
breakpoint_get_theme_media_queries ./breakpoint.module Get a list of available breakpoints from a specified theme. 2
breakpoint_group_labels ./breakpoint.module Load all breakpoint groups as select options.
breakpoint_group_load ./breakpoint.module Load one breakpoint group by its identifier.
breakpoint_group_reload_from_module ./breakpoint.module Reload breakpoint groups as they were defined in the module. 1
breakpoint_group_reload_from_theme ./breakpoint.module Reload breakpoint groups as they were defined in the theme. 1
breakpoint_labels ./breakpoint.module Load all breakpoints as select options.
breakpoint_load ./breakpoint.module Load one breakpoint by its identifier. 3
breakpoint_modules_enabled ./breakpoint.module Implements hook_modules_enabled(). 1
breakpoint_modules_uninstalled ./breakpoint.module Implements hook_modules_uninstalled().
breakpoint_themes_disabled ./breakpoint.module Implements hook_themes_disabled().
breakpoint_themes_enabled ./breakpoint.module Implements hook_themes_enabled(). 1
breakpoint_theme_test_system_theme_info tests/breakpoint_theme_test.module Implements hook_system_theme_info().
_breakpoint_delete_breakpoints ./breakpoint.module Remove breakpoints from all disabled themes or uninstalled modules. The source type has to match the original source type, otherwise the group will not be deleted. 2
_breakpoint_delete_breakpoint_groups ./breakpoint.module Remove breakpoint groups from all disabled themes or uninstalled modules. 1
_breakpoint_import_breakpoint_groups ./breakpoint.module Import breakpoint groups from theme or module. 2
_breakpoint_import_media_queries ./breakpoint.module Import media queries from a theme or module and create a default group. 2

Other projects