You are here

public function WebformShareThemeNegotiator::__construct in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_share/src/Theme/WebformShareThemeNegotiator.php \Drupal\webform_share\Theme\WebformShareThemeNegotiator::__construct()

Constructs a WebformShareThemeNegotiator object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory.

File

modules/webform_share/src/Theme/WebformShareThemeNegotiator.php, line 31

Class

WebformShareThemeNegotiator
Sets the theme for the webform share page.

Namespace

Drupal\webform_share\Theme

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
}