context.module in Context 8.0
Same filename and directory in other branches
File
context.moduleView source
<?php
use Drupal\Core\Form\FormStateInterface;
/**
 * Run the body class context reactions if there are any and let them add
 * classes to the page body.
 *
 * Implements hook_preprocess_HOOK().
 */
function context_preprocess_html(&$variables) {
  // @todo Implement code!
}Functions
| 
            Name | 
                  Description | 
|---|---|
| context_preprocess_html | Run the body class context reactions if there are any and let them add classes to the page body. |