public function FooterSettingsForm::__construct in Open Social 10.3.x
Same name and namespace in other branches
- 10.0.x modules/social_features/social_footer/src/Form/FooterSettingsForm.php \Drupal\social_footer\Form\FooterSettingsForm::__construct()
- 10.1.x modules/social_features/social_footer/src/Form/FooterSettingsForm.php \Drupal\social_footer\Form\FooterSettingsForm::__construct()
- 10.2.x modules/social_features/social_footer/src/Form/FooterSettingsForm.php \Drupal\social_footer\Form\FooterSettingsForm::__construct()
Creates a FooterSettingsForm instance.
Parameters
\Drupal\file\FileStorageInterface $file_storage: The file storage.
File
- modules/
social_features/ social_footer/ src/ Form/ FooterSettingsForm.php, line 28
Class
- FooterSettingsForm
- Creates a form for configuring footer block.
Namespace
Drupal\social_footer\FormCode
public function __construct(FileStorageInterface $file_storage) {
$this->fileStorage = $file_storage;
}