You are here

protected property WebformExceptionHtmlSubscriber::$configFactory in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/EventSubscriber/WebformExceptionHtmlSubscriber.php \Drupal\webform\EventSubscriber\WebformExceptionHtmlSubscriber::configFactory

The configuration object factory.

Type: \Drupal\Core\Config\ConfigFactoryInterface

File

src/EventSubscriber/WebformExceptionHtmlSubscriber.php, line 47

Class

WebformExceptionHtmlSubscriber
Event subscriber to redirect to login form when webform settings instruct to.

Namespace

Drupal\webform\EventSubscriber

Code

protected $configFactory;