update_test_description.install

Same filename and directory in other branches
  1. 11.x core/modules/system/tests/modules/update_test_description/update_test_description.install

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() {
}
// 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 Update test with multiline description, the quick brown fox jumped over the lazy dog.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.