From 8a60e68f2548cc268523db13d9a9a955cb693b83 Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Mon, 17 Oct 2011 09:24:13 -0700 Subject: [PATCH] Issue #1310164 by sven.lauer: Documentation missing for #object in Field API. --- modules/field/field.module | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/field/field.module b/modules/field/field.module index 0a9d5e40ace3..3cda80e5133e 100644 --- a/modules/field/field.module +++ b/modules/field/field.module @@ -221,6 +221,9 @@ class FieldException extends Exception {} * - other_mode * - ... * + * The (default) render arrays produced for field instances are documented at + * field_attach_view(). + * * Bundles are represented by two strings, an entity type and a bundle name. * * - @link field_types Field Types API @endlink. Defines field types, -- GitLab