You are here

protected property EmailWebformHandler::$configFactory in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformHandler/EmailWebformHandler.php \Drupal\webform\Plugin\WebformHandler\EmailWebformHandler::configFactory

The configuration object factory.

Type: \Drupal\Core\Config\ConfigFactoryInterface

Overrides WebformHandlerBase::$configFactory

File

src/Plugin/WebformHandler/EmailWebformHandler.php, line 100

Class

EmailWebformHandler
Emails a webform submission.

Namespace

Drupal\webform\Plugin\WebformHandler

Code

protected $configFactory;