Same filename in other branches
Handles AdvAgg Bundler installation and upgrade tasks.
File
-
advagg_bundler/
advagg_bundler.install
View source
<?php
/**
* @file
* Handles AdvAgg Bundler installation and upgrade tasks.
*/
/**
* Implements hook_install().
*
* Clear some caches.
*/
function advagg_bundler_install() {
\Drupal::cache('render')->invalidateAll();
\Drupal::cache('advagg')->invalidateAll();
}
Functions
Title | Deprecated | Summary |
---|---|---|
advagg_bundler_install | Implements hook_install(). |