update_test_semver_update_n.install

Same filename in other branches
  1. 8.9.x core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.install
  2. 10 core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.install
  3. 11.x core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.install

Update hooks for the update_test_semver_update_n module.

File

core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.install

View source
<?php


/**
 * @file
 * Update hooks for the update_test_semver_update_n module.
 */

/**
 * Update 8001.
 */
function update_test_semver_update_n_update_8001() {
    \Drupal::state()->set('update_test_semver_update_n_update_8001', 'Yes, I was run. Thanks for testing!');
}

Functions

Title Deprecated Summary
update_test_semver_update_n_update_8001 Update 8001.

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