You are here

public function EntityReferenceLayoutSettingsForm::__construct in Entity Reference with Layout 8

SettingsForm constructor.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.

\Drupal\Core\Config\TypedConfigManagerInterface $typedConfigManager: The typed config service.

Overrides ConfigFormBase::__construct

File

src/Form/EntityReferenceLayoutSettingsForm.php, line 31

Class

EntityReferenceLayoutSettingsForm
Class EntityReferenceLayoutSettingsForm.

Namespace

Drupal\entity_reference_layout\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, TypedConfigManagerInterface $typedConfigManager) {
  parent::__construct($config_factory);
  $this->typedConfigManager = $typedConfigManager;
}