function a_module_update_dependencies
Same name and namespace in other branches
- main core/tests/fixtures/test_update_ordering/test_update_ordering.php \a_module_update_dependencies()
Implements hook_update_dependencies().
See also
File
-
core/
tests/ fixtures/ test_update_ordering/ test_update_ordering.php, line 15
Code
function a_module_update_dependencies() : array {
return UpdateOrderingTest::$updateDependenciesHookReturn;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.