Implement hook_help()

Created on 17 January 2023, almost 2 years ago
Updated 13 March 2023, over 1 year ago

Problem/Motivation

hook_help function missing in .module file

📌 Task
Status

RTBC

Version

1.0

Component

Code

Created by

🇮🇳India shubham rathore Jaipur

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • Status changed to RTBC almost 2 years ago
  • 🇮🇳India Charchil Khandelwal

    I think everything is perfect now.
    Moving to RTBC.

  • Status changed to Needs work almost 2 years ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
    +      $output .= '<h3>' . t('About') . '</h3>';
    +      $output .= '<p>' . t('This module is provided as a workaround for https://www.drupal.org/project/webform/issues/3278864.
    +
    +        ') . '</p>';
    

    That is not how links are added to translatable strings.

    The shown sentence is not sufficient. At least the following one should be added.

    It changes the UX of the out-of-the-box Webform configuration for the telephone element type.

  • First commit to issue fork.
  • @himanshu_jhaloya opened merge request.
  • Assigned to himanshu_jhaloya
  • Status changed to Needs review over 1 year ago
  • Status changed to Needs work over 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
    +      $output .= '<h3>' . t('About') . '</h3>';  
    +      $output .= '<p>'.  t('This module is provided as a workaround for  <a href="https://www.drupal.org/project/webform/issues/3278864" target="_blank">Issue page</a>') . '</p>';
    +      return $output;

    Placeholders are used also for URLs, for two reasons.

  • Issue was unassigned.
  • Status changed to Needs review over 1 year ago
  • 🇮🇳India rajneeshb New Delhi

    Reviewed MR 3. Looks good, +1 RTBC

  • Status changed to RTBC over 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
Production build 0.71.5 2024