function content_synchronizer_preprocess_page in Content Synchronizer 3.x
Same name and namespace in other branches
- 8.2 content_synchronizer.module \content_synchronizer_preprocess_page()
- 8 content_synchronizer.module \content_synchronizer_preprocess_page()
Implements hook_preprocess().
File
- ./
content_synchronizer.module, line 72 - Hooks definitions for content_synchronizer module.
Code
function content_synchronizer_preprocess_page(&$vars) {
\Drupal::service(ArchiveDownloader::SERVICE_NAME)
->donwloadArchive($vars);
}