diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-06-10 15:17:45 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-06-10 15:17:45 -0700 |
commit | 5c6c07b7808a3e550cc769dc6667cbcd2abd5667 (patch) | |
tree | f86156629c43d9c6d29cb4f7096dc5072364b477 /modules/system/system.api.php | |
parent | 8a125127c2380ef54e02dc4b7c01c941f77526af (diff) | |
download | brdo-5c6c07b7808a3e550cc769dc6667cbcd2abd5667.tar.gz brdo-5c6c07b7808a3e550cc769dc6667cbcd2abd5667.tar.bz2 |
Issue #1495648 follow-up by plach: Clarify entity language documentation.
Diffstat (limited to 'modules/system/system.api.php')
-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 043486dd2..57eb6c726 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -140,7 +140,8 @@ function hook_hook_info_alter(&$hooks) { * in. This value may be changed when editing the entity and represents * the language its textual components are supposed to have. If no * language property is available, the 'language callback' may be used - * instead. + * instead. This entry can be omitted if the entities of this type are not + * language-aware. * - bundle keys: An array describing how the Field API can extract the * information it needs from the bundle objects for this type. This entry * is required if the 'path' provided in the 'bundles'/'admin' section |