You are here

twig_extender.install in Twig Extender 8.3

Update and install hooks.

File

twig_extender.install
View source
<?php

/**
 * @file
 * Update and install hooks.
 */

/**
 * Implements hook_update_number().
 *
 * Flush all caches.
 */
function twig_extender_update_8001() {
  drupal_flush_all_caches();
}

Functions

Namesort descending Description
twig_extender_update_8001 Implements hook_update_number().