You are here

update_test_semver_update_n.install in Drupal 9

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