diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-24 18:16:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-24 18:16:38 +0000 |
commit | daa0ec1684329d6c456d9bf72984d64b3d25bbc6 (patch) | |
tree | b5243f977376e7023090c705fde7d6afe109f5f2 /modules/field/field.attach.inc | |
parent | 48d3eff243eaf503e788e77528eafa77126e3ae1 (diff) | |
download | brdo-daa0ec1684329d6c456d9bf72984d64b3d25bbc6.tar.gz brdo-daa0ec1684329d6c456d9bf72984d64b3d25bbc6.tar.bz2 |
- Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. Feel good moment!
Diffstat (limited to 'modules/field/field.attach.inc')
-rw-r--r-- | modules/field/field.attach.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index 523855793..63d2005ea 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -902,17 +902,6 @@ function field_attach_view($obj_type, $object, $build_mode = 'full') { } /** - * To be called in entity preprocessor. - * - * - Adds $FIELD_NAME_rendered variables - * containing the themed output for the whole field. - * - Adds the formatted values in the 'view' key of the items. - */ -function field_attach_preprocess($obj_type, $object) { - return _field_invoke_default('preprocess', $obj_type, $object); -} - -/** * Implement hook_node_prepare_translation. * * TODO D7: We do not yet know if this really belongs in Field API. |