summaryrefslogtreecommitdiff
path: root/modules/field/field.api.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-13 12:41:08 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-13 12:41:08 +0000
commit8b4406ef5d9d22f527fb124b335812dd9136532c (patch)
treebab37bd6a04bd027f6815b13678f3fc31b131eb3 /modules/field/field.api.php
parentd6305a6616d4e9275ae61e82334285e9fb156a62 (diff)
downloadbrdo-8b4406ef5d9d22f527fb124b335812dd9136532c.tar.gz
brdo-8b4406ef5d9d22f527fb124b335812dd9136532c.tar.bz2
- Patch #552436 by yched: validation of the number of values in field_default_validate().
Diffstat (limited to 'modules/field/field.api.php')
-rw-r--r--modules/field/field.api.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php
index af76ecf6c..653641a6d 100644
--- a/modules/field/field.api.php
+++ b/modules/field/field.api.php
@@ -347,10 +347,6 @@ function hook_field_sanitize($obj_type, $object, $field, $instance, $langcode, &
* The type of $object.
* @param $object
* The object for the operation.
- * Note that this might not be a full-fledged 'object'. When invoked through
- * field_attach_query(), the $object will only include properties that the
- * Field API knows about: bundle, id, revision id, and field values (no node
- * title, user name...).
* @param $field
* The field structure for the operation.
* @param $instance
@@ -927,11 +923,6 @@ function hook_field_attach_form($obj_type, $object, &$form, &$form_state, $langc
* indexed by object id. For performance reasons, information for all available
* objects should be loaded in a single query where possible.
*
- * Note that $objects might not be full-fledged 'objects'. When invoked through
- * field_attach_query(), each object only includes properties that the Field
- * API knows about: bundle, id, revision id, and field values (no node title,
- * user name...)
-
* The changes made to the objects' field values get cached by the field cache
* for subsequent loads.
*