The action link plugin manager invents an alter hook, but the api.php file doesn't document it:

    $this->alterInfo('flag_link_type_info');
CommentFileSizeAuthor
#1 2500873-1.flag_.patch948 bytesdagmar
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dagmar’s picture

Status: Active » Needs review
FileSize
948 bytes

I'm not sure if the full Namespace should be included in the @see doc.

joachim’s picture

Status: Needs review » Reviewed & tested by the community

Grepping core shows you're right, it's the full namespace.

Patch looks good. Would be nice to have sample code too, but that can come later, so I'm happy to mark RTBC and commit later on when I have a bit more time.

  • joachim committed fad985d on 8.x-4.x authored by dagmar
    Issue #2500873 by dagmar: Fixed lack of docs for...
joachim’s picture

Title: missing docs for hook_flag_link_type_info() » missing docs for hook_flag_link_type_info_alter()
Status: Reviewed & tested by the community » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

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