diff --git a/core/modules/field/field.api.php b/core/modules/field/field.api.php index e62c50a..358137c 100644 --- a/core/modules/field/field.api.php +++ b/core/modules/field/field.api.php @@ -185,6 +185,11 @@ function hook_field_formatter_info_alter(array &$info) { */ /** + * @addtogroup field_info + * @{ + */ + +/** * Returns the maximum weight for the entity components handled by the module. * * Field API takes care of fields and 'extra_fields'. This hook is intended for @@ -215,6 +220,10 @@ function hook_field_info_max_weight($entity_type, $bundle, $context, $context_mo } /** + * @} End of "defgroup field_info". + */ + +/** * @addtogroup field_crud * @{ */