function modernizr_preprocess_html in Modernizr 8
Same name and namespace in other branches
- 7.3 modernizr.module \modernizr_preprocess_html()
 
Implements MODULE_preprocess_html().
1 call to modernizr_preprocess_html()
- modernizr_preprocess_maintenance_page in ./
modernizr.module  - Implements MODULE_preprocess_maintenance_page().
 
File
- ./
modernizr.module, line 249  - Main module file for Modernizr
 
Code
function modernizr_preprocess_html(&$vars, $hook) {
  // This will set up all of our tests for Modernizr.
  modernizr_load_data();
}