You are here

context.module in Context 8.0

File

context.module
View 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

Namesort descending Description
context_preprocess_html Run the body class context reactions if there are any and let them add classes to the page body.