Problem/Motivation

The hook described in link_attributes.api.php currently violates the Drupal coding standards, because it duplicates the @param in its docblock.

Proposed resolution

Implement a @addtogroup hooks annotation in link_attributes.api.php and fix the Drupal coding standards violations.

Remaining tasks

  1. Write a patch
  2. Review
  3. Commit

User interface changes

None.

API changes

None.

Data model changes

None.

CommentFileSizeAuthor
#2 3084259-2.patch1.43 KBidebr
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

idebr created an issue. See original summary.

idebr’s picture

Status: Active » Needs review
FileSize
1.43 KB

Attached patch implements a @addtogroup hooks annotation in link_attributes.api.php and fixes the Drupal coding standards violations.

larowlan’s picture

Status: Needs review » Fixed

Sure, why-not :)

  • larowlan committed 529ba44 on 8.x-1.x authored by idebr
    Issue #3084259 by idebr: Add '@addtogroup hooks' annotation for hooks in...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.