Loading modules/field/field.api.php +2 −2 Original line number Diff line number Diff line Loading @@ -1677,8 +1677,8 @@ function hook_field_storage_info() { * Perform alterations on Field API storage types. * * @param $info * Array of informations on storage types exposed by * hook_field_field_storage_info() implementations. * An array with information on storage types returned by * hook_field_storage_info() implementations. */ function hook_field_storage_info_alter(&$info) { // Add a setting to a storage type. Loading Loading
modules/field/field.api.php +2 −2 Original line number Diff line number Diff line Loading @@ -1677,8 +1677,8 @@ function hook_field_storage_info() { * Perform alterations on Field API storage types. * * @param $info * Array of informations on storage types exposed by * hook_field_field_storage_info() implementations. * An array with information on storage types returned by * hook_field_storage_info() implementations. */ function hook_field_storage_info_alter(&$info) { // Add a setting to a storage type. Loading