update_test_no_preexisting.install

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.install
  2. 8.9.x core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.install
  3. 10 core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.install

Install, update and uninstall functions for the update_test_no_preexisting module.

File

core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.install

View source
<?php


/**
 * @file
 * Install, update and uninstall functions for the update_test_no_preexisting module.
 */

/**
 * Dummy update_test_no_preexisting update 8001.
 */
function update_test_no_preexisting_update_8001() {
    \Drupal::state()->set('update_test_no_preexisting_update_8001', TRUE);
}

Functions

Title Deprecated Summary
update_test_no_preexisting_update_8001 Dummy update_test_no_preexisting update 8001.

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