diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-07-11 00:56:45 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-07-11 00:56:45 +0000 |
commit | 6a686533ab84769fa8fdcf1df67663cc4b3f11c3 (patch) | |
tree | 173a7f28acb3e4b2beedbf5399864e5439701724 /modules/field/field.api.php | |
parent | f6ccf978f6fc256ca1f17bd8e6b1ae5be4fe8df2 (diff) | |
download | brdo-6a686533ab84769fa8fdcf1df67663cc4b3f11c3.tar.gz brdo-6a686533ab84769fa8fdcf1df67663cc4b3f11c3.tar.bz2 |
#516124 by yched: Clean up some Field API TODOs and remove unused APIs.
Diffstat (limited to 'modules/field/field.api.php')
-rw-r--r-- | modules/field/field.api.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php index 76268b908..21d328be8 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -368,9 +368,6 @@ function hook_field_validate($obj_type, $object, $field, $instance, $items, &$er /** * Define custom presave behavior for this module's field types. * - * TODO: The behavior of this hook is going to change (see - * field_attach_presave()). - * * @param $obj_type * The type of $object. * @param $object @@ -507,8 +504,7 @@ function hook_field_prepare_translation($obj_type, $object, $field, $instance, $ * Field API will call this function as many times as needed. * * @param $form - * The entire form array, $form['#node'] holds node information. - * TODO: Not #node any more. + * The entire form array. * @param $form_state * The form_state, $form_state['values'][$field['field_name']] * holds the field's form values. |