status_report_8001.inc in Drupal 10
Same filename and directory in other branches
Defines the 8001 db update for the "status_report" group.
File
core/modules/system/tests/modules/entity_test/update/status_report_8001.incView source
<?php
/**
* @file
* Defines the 8001 db update for the "status_report" group.
*/
/**
* Test update.
*/
function entity_test_update_8001() {
// Empty update, we just want to trigger an error in the status report.
}
Functions
Name | Description |
---|---|
entity_test_update_8001 | Test update. |