You are here

function content_synchronizer_preprocess_page in Content Synchronizer 8

Same name and namespace in other branches
  1. 8.2 content_synchronizer.module \content_synchronizer_preprocess_page()
  2. 3.x content_synchronizer.module \content_synchronizer_preprocess_page()

Implements hook_preprocess().

File

./content_synchronizer.module, line 52
Hooks definitions for content_synchronizer module.

Code

function content_synchronizer_preprocess_page(&$vars) {
  \Drupal::service(ArchiveDownloader::SERVICE_NAME)
    ->donwloadArchive($vars);
}