Verified Commit af7c1723 authored by quietone's avatar quietone
Browse files

Issue #3544005 by benjifisher, nicxvan, luismagr:...

Issue #3544005 by benjifisher, nicxvan, luismagr: hook_field_type_category_info_alter should not be in group field_purge
parent 632dc809
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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.
 *
@@ -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".
 */