migrate_webform.install in Migrate Webform 7
Install Migrate Webform
File
migrate_webform.installView source
<?php
/**
* Install Migrate Webform
* @file
*/
/**
* Implementation of hook_install()
*/
function migrate_webform_install() {
migrate_static_registration();
cache_clear_all();
}
Functions
Name | Description |
---|---|
migrate_webform_install | Implementation of hook_install() |