function avatars_robohash_update_dependencies in Avatar Kit 8
Implements hook_update_dependencies().
File
- avatars_robohash/
avatars_robohash.install, line 39 - Install, update and uninstall functions for Robohash module.
Code
function avatars_robohash_update_dependencies() {
$dependencies['avatars_robohash'][8001] = [
'avatars' => 8001,
];
return $dependencies;
}