diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-12-04 22:46:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-12-04 22:46:28 +0000 |
commit | 14053d362546d4fbcab14543757e5f5a88eea538 (patch) | |
tree | 0ea7573d95f38d18f8fb05348cbb02118c5971b6 /modules/system/system.api.php | |
parent | 8b209587a3fbd6d3a8fb6af0ff699819795f90aa (diff) | |
download | brdo-14053d362546d4fbcab14543757e5f5a88eea538.tar.gz brdo-14053d362546d4fbcab14543757e5f5a88eea538.tar.bz2 |
- Patch #584296 by jhodgdon: improved field API documentation.
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |