migrate_extras.module in Migrate Extras 7.2
Same filename and directory in other branches
File
migrate_extras.moduleView source
<?php
function migrate_extras_init() {
// Set variable to FALSE to disable rules processing.
if (module_exists('rules') && !variable_get('migrate_extras_rules', TRUE)) {
foreach (rules_get_event_sets() as $key => $set) {
$GLOBALS['conf']['rules_inactive_sets'][] = $key;
}
}
}
Functions
Name | Description |
---|---|
migrate_extras_init |