update_test_description.install in Drupal 10
Same filename and directory in other branches
Install, update and uninstall functions for the update_test_descriptions module.
File
core/modules/system/tests/modules/update_test_description/update_test_description.installView 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
Name | 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. |