diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-04-26 13:09:15 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-04-26 13:09:15 +0000 |
commit | ce08394b208877874770866401990b7b49c074ba (patch) | |
tree | bc6bb9c286cc1aeb2ad665e61d043ed33e5f43ca | |
parent | 01f54cd892b3f276eea9c6dd8c87c576e7e984ae (diff) | |
download | brdo-ce08394b208877874770866401990b7b49c074ba.tar.gz brdo-ce08394b208877874770866401990b7b49c074ba.tar.bz2 |
- Patch #781260 by chx: the single bundle case needs more documentation.
-rw-r--r-- | modules/system/system.api.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 |