You are here

public function WebformEntitySettingsSubmissionsForm::__construct in Webform 8.5

Constructs a WebformEntitySettingsForm.

Parameters

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

File

src/EntitySettings/WebformEntitySettingsSubmissionsForm.php, line 33

Class

WebformEntitySettingsSubmissionsForm
Webform submissions settings.

Namespace

Drupal\webform\EntitySettings

Code

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