You are here

update_test_description.install in Drupal 9

Install, update and uninstall functions for the update_test_descriptions module.

File

core/modules/system/tests/modules/update_test_description/update_test_description.install
View source
<?php

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

/**
 * Update test of slash in description and/or.
 */
function update_test_description_update_8001() {
}

/**
 * Update test with multiline description, the quick brown fox jumped over the
 * lazy dog.
 */
function update_test_description_update_8002() {
}

Functions

Namesort descending Description
update_test_description_update_8001 Update test of slash in description and/or.
update_test_description_update_8002 Update test with multiline description, the quick brown fox jumped over the lazy dog.