Issue #3483146: Add string return type to all hook_help implementations
1 unresolved thread
Closes #3483146
Merge request reports
Activity
added 1 commit
added 1 commit
added 65 commits
Toggle commit list41 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 '';
Please register or sign in to reply