public function TaxonomyViewsIntegratorSettingsForm::__construct in Taxonomy Views Integrator 8
TaxonomyViewsIntegratorSettingsForm constructor.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory service.
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.
Overrides ConfigFormBase::__construct
File
- src/
Form/ TaxonomyViewsIntegratorSettingsForm.php, line 39
Class
- TaxonomyViewsIntegratorSettingsForm
- TVI global settings form.
Namespace
Drupal\tvi\FormCode
public function __construct(ConfigFactoryInterface $config_factory, EntityTypeManagerInterface $entity_type_manager) {
$this->configFactory = $config_factory;
$this->entityTypeManager = $entity_type_manager;
}