function breakpoint_modules_enabled

Implements hook_modules_enabled().

@todo: This should be removed if https://drupal.org/node/1813100 is resolved.

Parameters

array $modules: An array of the modules that were enabled.

See also

_breakpoint_modules_enabled()

File

drupal/core/modules/breakpoint/breakpoint.module, line 74
Manage breakpoints and breakpoint groups for responsive designs.

Code

function breakpoint_modules_enabled($modules) {
  _breakpoint_modules_enabled($modules);
}