Fix defgroup open and close that were separated during Hook conversion

Created on 20 November 2024, about 16 hours ago

Problem/Motivation

Rector inadvertently moved some def groups for the following files:

  • core/modules/field/src/Hook/FieldHooks.php
  • core/modules/system/src/Hook/SystemHooks.php
  • core/modules/node/src/Hook/NodeHooks1.php
  • core/modules/taxonomy/src/Hook/TaxonomyHooks.php

Check against 11.0 and see what those defgroups used to wrap and add the open and close in the right place.

e.g. in SystemHooks there is

 /**
   * @} End of "defgroup authorize".
   */

But in system.module there is:

/**
 * @defgroup authorize Authorized operations
 * @{

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

πŸ“Œ Task
Status

Active

Version

11.0 πŸ”₯

Component

documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States nicxvan

Live updates comments and jobs are added and updated live.
  • Novice

    It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.

Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024