API page: https://api.drupal.org/api/drupal/core%21modules%21help%21help.api.php/8

The file core/modules/help/help.api.php is missing the

<?php

line at the top. This means that currently, hook_help() is not shown on api.drupal.org, because the file is not being parsed properly as PHP code.

CommentFileSizeAuthor
#1 help-api-php-2415415-1.patch252 byteser.pushpinderrana
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

er.pushpinderrana’s picture

Status: Active » Needs review
FileSize
252 bytes

Added missing <?php

jhodgdon’s picture

Status: Needs review » Reviewed & tested by the community

Thank you!

Beta eval: This is a small documentation bug fix with no disruption. Unfrozen.

(I would have committed it but I think we have a Beta today so only critical commits.)

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 1: help-api-php-2415415-1.patch, failed testing.

jhodgdon’s picture

Status: Needs work » Reviewed & tested by the community

testbot glitch. This patch in an api.php file did *not* cause the test failure.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed bc7c79c and pushed to 8.0.x. Thanks!

Thanks for adding the beta evaluation to the issue summary.

  • alexpott committed bc7c79c on 8.0.x
    Issue #2415415 by er.pushpinderrana: help.api.php missing <?php at top
    

Status: Fixed » Closed (fixed)

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