You are here

public function StyledGoogleMapSettingsForm::__construct in Styled Google Map 8.2

StyledGoogleMapSettingsForm constructor.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory:

\Drupal\Core\Asset\LibraryDiscoveryInterface $library_discovery:

Overrides ConfigFormBase::__construct

File

src/Form/StyledGoogleMapSettingsForm.php, line 28

Class

StyledGoogleMapSettingsForm
Configure example settings for this site.

Namespace

Drupal\styled_google_map\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, LibraryDiscoveryInterface $library_discovery) {
  parent::__construct($config_factory);
  $this->libraryDiscovery = $library_discovery;
}