| 1 field.install | field_update_dependencies() |
Implements hook_update_dependencies().
File
- core/
modules/ field/ field.install, line 20 - Install, update and uninstall functions for the field module.
Code
function field_update_dependencies() {
// Do not modify permissions until they have been converted to config.
$dependencies['field'][1002] = array(
'user' => 1007,
);
return $dependencies;
}