function a_module_update_dependencies

Same name and namespace in other branches
  1. main core/tests/fixtures/test_update_ordering/test_update_ordering.php \a_module_update_dependencies()

Implements hook_update_dependencies().

See also

hook_update_dependencies()

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.