You are here

public function WebformEmailProviderInterface::getModules in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformEmailProviderInterface.php \Drupal\webform\WebformEmailProviderInterface::getModules()

Get list of known contrib module that support HTML email.

Return value

array An array containing known contrib module that support HTML email.

1 method overrides WebformEmailProviderInterface::getModules()
WebformEmailProvider::getModules in src/WebformEmailProvider.php
Get list of known contrib module that support HTML email.

File

src/WebformEmailProviderInterface.php, line 16

Class

WebformEmailProviderInterface
Defines the interface for webform email provider.

Namespace

Drupal\webform

Code

public function getModules();