diff --git a/core/modules/field/field.api.php b/core/modules/field/field.api.php index e62c50aff3b6519b3b021458972d875b1838ea15..d6bc5784ba2c84cc7a551381cd6b7e3c7ffc739f 100644 --- a/core/modules/field/field.api.php +++ b/core/modules/field/field.api.php @@ -203,6 +203,8 @@ function hook_field_formatter_info_alter(array &$info) { * @return int * The maximum weight of the entity's components, or NULL if no components * were found. + * + * @ingroup field_info */ function hook_field_info_max_weight($entity_type, $bundle, $context, $context_mode) { $weights = array();