fblikebutton.install in Facebook Like Button 8
Same filename and directory in other branches
Clear render cache when the module is installed
File
fblikebutton.installView source
<?php
/**
* @file
* Clear render cache when the module is installed
*/
/**
* Implements hook_install()
*/
function fblikebutton_install() {
\Drupal::cache('render')
->deleteAll();
}
Functions
Name | Description |
---|---|
fblikebutton_install | Implements hook_install() |