From ce08394b208877874770866401990b7b49c074ba Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 26 Apr 2010 13:09:15 +0000 Subject: - Patch #781260 by chx: the single bundle case needs more documentation. --- modules/system/system.api.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/system/system.api.php') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index e2dbfdc90..dfbef6106 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -87,7 +87,8 @@ function hook_hook_info() { * entity. The bundle name defines which set of fields are attached to * the entity (e.g. what nodes call "content type"). This entry can be * omitted if this entity type exposes a single bundle (all entities have - * the same collection of fields). + * the same collection of fields). The name of this single bundle will be + * the same as the entity type. * - bundle keys: An array describing how the Field API can extract the * information it needs from the bundle objects for this type (e.g * $vocabulary objects for terms; not applicable for nodes). This entry can -- cgit v1.2.3