You are here

function simplifying_preprocess_page in Simplifying 8

Implements hook_preprocess_HOOK() for page templates.

File

./simplifying.module, line 51
Simplifying module.

Code

function simplifying_preprocess_page(&$variables) {
  \Drupal::service('simplifying.toolbar')
    ->entityReadingRoute();
}