From 14053d362546d4fbcab14543757e5f5a88eea538 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 4 Dec 2009 22:46:28 +0000 Subject: - Patch #584296 by jhodgdon: improved field API documentation. --- modules/system/system.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.api.php') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 3e0938fba..820e351ec 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -119,7 +119,7 @@ function hook_entity_info() { 'id key' => 'nid', 'revision key' => 'vid', 'fieldable' => TRUE, - 'bundle key' => 'type', + 'bundle key' => array('bundle' => 'type'), // Node.module handles its own caching. // 'cacheable' => FALSE, // Bundles must provide human readable name so -- cgit v1.2.3