public function YamlFormEmailProviderInterface::getModules in YAML Form 8
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 YamlFormEmailProviderInterface::getModules()
- YamlFormEmailProvider::getModules in src/
YamlFormEmailProvider.php - Get list of known contrib module that support HTML email.
File
- src/
YamlFormEmailProviderInterface.php, line 16
Class
- YamlFormEmailProviderInterface
- Defines the interface for form email provider.
Namespace
Drupal\yamlformCode
public function getModules();