diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2013-11-11 09:27:30 -0800 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2013-11-11 09:27:30 -0800 |
commit | 2912a88b8f89b731b29143a358d5f59de8be4826 (patch) | |
tree | e42d6f87f3a02b6842b385b8f7061270004d1b6b /modules/field | |
parent | 3c2464e64399835242e472ca9589b98e7c373bca (diff) | |
download | brdo-2912a88b8f89b731b29143a358d5f59de8be4826.tar.gz brdo-2912a88b8f89b731b29143a358d5f59de8be4826.tar.bz2 |
Issue #1345654 by diego21, joachim: Make sure hook_field_info tells you there are other needed hooks
Diffstat (limited to 'modules/field')
-rw-r--r-- | modules/field/field.api.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php index 04534db99..b0fc6a480 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -113,6 +113,9 @@ function hook_field_extra_fields_alter(&$info) { /** * Define Field API field types. * + * Along with this hook, you also need to implement other hooks. See + * @link field_types Field Types API @endlink for more information. + * * @return * An array whose keys are field type names and whose values are arrays * describing the field type, with the following key/value pairs: |