public function SettingsForm::__construct in Imagecache External 8
Constructs a new SettingsForm.
Parameters
\Drupal\Core\File\FileSystemInterface $fileSystem: The file system service.
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory.
Overrides ConfigFormBase::__construct
File
- src/
Form/ SettingsForm.php, line 42
Class
- SettingsForm
- Defines a form that configures uploadcare settings.
Namespace
Drupal\imagecache_external\FormCode
public function __construct(FileSystemInterface $fileSystem, ConfigFactoryInterface $config_factory) {
$this->fileSystem = $fileSystem;
$this->configFactory = $config_factory;
}