templates/Form/Includes/form-control-help-text.html.twig line 1

Open in your IDE?
  1. {% if helpText | default(null) %}
  2.     <small id="{{ id }}-help-block" class="form-text text-muted">
  3.         {{ helpText }}
  4.     </small>
  5. {% endif %}