From 8ec40cc27a72e3dec43d80432a3250af7c03aed3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 3 Oct 2010 01:15:34 +0000 Subject: - Patch #922824 by plach: no way to specify the language to view entities in. --- modules/field/field.api.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/field/field.api.php') diff --git a/modules/field/field.api.php b/modules/field/field.api.php index 2b99c2309..9b3ebf0f5 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -1236,6 +1236,7 @@ function hook_field_attach_purge($entity_type, $entity, $field, $instance) { * - entity_type: The type of $entity; for example, 'node' or 'user'. * - entity: The entity with fields to render. * - view_mode: View mode, for example, 'full' or 'teaser'. + * - language: The language code used for rendering. */ function hook_field_attach_view_alter(&$output, $context) { // Append RDF term mappings on displayed taxonomy links. -- cgit v1.2.3