You are here

public function RemoveHtmlComments::getName in Twig - Remove HTML comments 8

Gets the unique identifier for this Twig extension.

Return value

string The identifier for this extension.

File

src/TwigExtension/RemoveHtmlComments.php, line 42

Class

RemoveHtmlComments
Provides a Twig filter that removes HTML comments from input.

Namespace

Drupal\twig_remove_html_comments\TwigExtension

Code

public function getName() : string {
  return 'twig_remove_html_comments.remove_html_comments';
}