You are here

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

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

The webform token manager.

Type: \Drupal\webform\WebformTokenManagerInterface

File

src/EventSubscriber/WebformDefaultExceptionHtmlSubscriber.php, line 61

Class

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

Namespace

Drupal\webform\EventSubscriber

Code

protected $tokenManager;