public function FacDeleteFilesForm::__construct in Fast Autocomplete 8
Class constructor.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The EntityTypeManagerInterface service.
File
- src/
Form/ FacDeleteFilesForm.php, line 38
Class
- FacDeleteFilesForm
- Class FacDeleteFilesForm.
Namespace
Drupal\fac\FormCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->facConfigStorage = $entity_type_manager
->getStorage('fac_config');
}