You are here

public function WebformEntitySettingsConfirmationForm::__construct in Webform 8.5

Constructs a WebformEntitySettingsConfirmationForm.

Parameters

\Drupal\webform\WebformTokenManagerInterface $token_manager: The webform token manager.

File

src/EntitySettings/WebformEntitySettingsConfirmationForm.php, line 29

Class

WebformEntitySettingsConfirmationForm
Webform confirmation settings.

Namespace

Drupal\webform\EntitySettings

Code

public function __construct(WebformTokenManagerInterface $token_manager) {
  $this->tokenManager = $token_manager;
}