Loading core/modules/field/field.api.php +4 −4 Original line number Diff line number Diff line Loading @@ -440,6 +440,10 @@ function hook_field_purge_field(FieldConfig $field) { ->execute(); } /** * @} End of "addtogroup field_purge". */ /** * Allows modules to alter the field type category information. * Loading @@ -465,10 +469,6 @@ function hook_field_type_category_info_alter(array &$categories) { $categories['text']['description'] = 'Modified Text'; } /** * @} End of "addtogroup field_purge". */ /** * @} End of "addtogroup hooks". */ Loading
core/modules/field/field.api.php +4 −4 Original line number Diff line number Diff line Loading @@ -440,6 +440,10 @@ function hook_field_purge_field(FieldConfig $field) { ->execute(); } /** * @} End of "addtogroup field_purge". */ /** * Allows modules to alter the field type category information. * Loading @@ -465,10 +469,6 @@ function hook_field_type_category_info_alter(array &$categories) { $categories['text']['description'] = 'Modified Text'; } /** * @} End of "addtogroup field_purge". */ /** * @} End of "addtogroup hooks". */