You are here

function d8cache_process_html in Drupal 8 Cache Backport 7

Implements hook_process_html().

File

./d8cache.module, line 29
Main module file for the D8 caching system backport.

Code

function d8cache_process_html(&$variables) {
  drupal_emit_cache_tags();
  drupal_emit_cache_max_age();
}