Skip to content
Snippets Groups Projects

Issue #3483146: Add string return type to all hook_help implementations

Open Issue #3483146: Add string return type to all hook_help implementations
1 unresolved thread
Open Sourav Paul requested to merge issue/drupal-3483146:3483146-add-string-returntype into 11.x
1 unresolved thread

Closes #3483146

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
41 41 $output .= '<dd>' . t('You can add content blocks, if the <em>Block Content</em> module is installed. For more information, see the <a href=":blockcontent-help">Block Content help page</a>.', [':blockcontent-help' => $block_content]) . '</dd>';
42 42 $output .= '</dl>';
43 43 return $output;
44
45 default:
46 return '';
  • nicxvan added 1 commit

    added 1 commit

    Compare with previous version

  • nicxvan added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading