public function SearchFileAttachmentsSettingsForm::__construct in Search File Attachments 8
Constructs a \Drupal\system\ConfigFormBase object.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.
Overrides ConfigFormBase::__construct
File
- src/
Form/ SearchFileAttachmentsSettingsForm.php, line 19
Class
- SearchFileAttachmentsSettingsForm
- Configure search file attachments settings.
Namespace
Drupal\search_file_attachments\FormCode
public function __construct(ConfigFactoryInterface $config_factory) {
parent::__construct($config_factory);
$this->javaService = \Drupal::service('search_file_attachments.java');
}