You are here

public function WebformEntitySettingsFormForm::__construct in Webform 8.5

Constructs a WebformEntitySettingsFormForm.

Parameters

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

File

src/EntitySettings/WebformEntitySettingsFormForm.php, line 34

Class

WebformEntitySettingsFormForm
Webform form settings.

Namespace

Drupal\webform\EntitySettings

Code

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