You are here

migrate_webform.install in Migrate Webform 7

Install Migrate Webform

File

migrate_webform.install
View source
<?php

/**
 * Install Migrate Webform
 * @file
 */

/**
 * Implementation of hook_install()
 */
function migrate_webform_install() {
  migrate_static_registration();
  cache_clear_all();
}

Functions

Namesort descending Description
migrate_webform_install Implementation of hook_install()