class EmailWebformHandler in Coder 8.2
Long annotation lines over 80 characters are ok.
Plugin annotation
@WebformHandler(
id = "email",
label = @Translation("Email"),
category = @Translation("Notification"),
description = @Translation("Sends a webform submission via an email."),
cardinality = \Drupal\webform\WebformHandlerInterface::CARDINALITY_UNLIMITED,
results = \Drupal\webform\WebformHandlerInterface::RESULTS_PROCESSED,
)
Hierarchy
- class \EmailWebformHandler extends \WebformHandlerBase implements \WebformHandlerMessageInterface
Expanded class hierarchy of EmailWebformHandler
File
- coder_sniffer/
Drupal/ Test/ good/ good.php, line 1634 - This file contains all the valid notations for the drupal coding standard.
View source
class EmailWebformHandler extends WebformHandlerBase implements WebformHandlerMessageInterface {
}