migration is ok again (remains probleme of ram consuming > 4Go for users
This commit is contained in:
15
web/modules/dev/migrate_booster/migrate_booster.module
Normal file
15
web/modules/dev/migrate_booster/migrate_booster.module
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
use Drupal\migrate_booster\MigrateBooster;
|
||||
|
||||
/** @noinspection PhpInconsistentReturnPointsInspection */
|
||||
|
||||
/**
|
||||
* Implements hook_module_implements_alter().
|
||||
* @param $implementations
|
||||
* @param $hook
|
||||
* @return null
|
||||
*/
|
||||
function migrate_booster_module_implements_alter(&$implementations, $hook) {
|
||||
MigrateBooster::alter($implementations, $hook);
|
||||
}
|
||||
Reference in New Issue
Block a user