Skip to main content
Home

Provides a Twig filter that removes HTML comments.
Can be deprecated once https://www.drupal.org/project/drupal/issues/2672656 is resolved.

Requirements

  • Drupal 8
  • PHP 7.2+

Usage:

{# Print result as markup render array. #}
{{ content.field_my_field | remove_html_comments }}

{# Print result as string. #}
{{ content.field_my_field | remove_html_comments_as_string }}
https://www.drupal.org/project/twig_remove_html_comments

© Shivakumar Ramamurthy