You are here

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

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

The webform token manager.

Type: \Drupal\webform\WebformTokenManagerInterface

File

src/EventSubscriber/WebformExceptionHtmlSubscriber.php, line 61

Class

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

Namespace

Drupal\webform\EventSubscriber

Code

protected $tokenManager;