migrate_drupal.install

Same filename and directory in other branches
  1. 9 core/modules/migrate_drupal/migrate_drupal.install
  2. 8.9.x core/modules/migrate_drupal/migrate_drupal.install
  3. 11.x core/modules/migrate_drupal/migrate_drupal.install

Contains install and update functions for Migrate Drupal.

File

core/modules/migrate_drupal/migrate_drupal.install

View source
<?php


/**
 * @file
 * Contains install and update functions for Migrate Drupal.
 */

/**
 * Implements hook_update_last_removed().
 */
function migrate_drupal_update_last_removed() {
    return 8901;
}

Functions

Title Deprecated Summary
migrate_drupal_update_last_removed Implements hook_update_last_removed().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.