update_test_3.install
Same filename in other branches
File
-
core/
modules/ system/ tests/ modules/ update_test_3/ update_test_3.install
View source
<?php
/**
* @file
* Install, update and uninstall functions for the update_test_3 module.
*/
declare (strict_types=1);
/**
* Implements hook_update_dependencies().
*
* @see update_test_2_update_dependencies()
*/
function update_test_3_update_dependencies() {
$dependencies['update_test_3'][8001] = [
'update_test_2' => 8001,
];
return $dependencies;
}
/**
* Dummy update_test_3 update 8001.
*/
function update_test_3_update_8001() {
}
Functions
Title | Deprecated | Summary |
---|---|---|
update_test_3_update_8001 | Dummy update_test_3 update 8001. | |
update_test_3_update_dependencies | Implements hook_update_dependencies(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.