update_test_description.install
Same filename in other branches
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.
*/
declare (strict_types=1);
/**
* Update test of slash in description and/or.
*/
function update_test_description_update_8001() {
}
// phpcs:disable Drupal.Commenting.DocComment.ShortSingleLine
/**
* Update test with multiline description, the quick brown fox jumped over the
* lazy dog.
*/
// phpcs:enable
function update_test_description_update_8002() {
}
Functions
Title | Deprecated | Summary |
---|---|---|
update_test_description_update_8001 | Update test of slash in description and/or. | |
update_test_description_update_8002 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.