You are here

status_report_8001.inc in Drupal 9

Defines the 8001 db update for the "status_report" group.

File

core/modules/system/tests/modules/entity_test/update/status_report_8001.inc
View 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

Namesort descending Description
entity_test_update_8001 Test update.