You are here

public function FooterSettingsForm::__construct in Open Social 10.1.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_footer/src/Form/FooterSettingsForm.php \Drupal\social_footer\Form\FooterSettingsForm::__construct()
  2. 10.0.x modules/social_features/social_footer/src/Form/FooterSettingsForm.php \Drupal\social_footer\Form\FooterSettingsForm::__construct()
  3. 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\Form

Code

public function __construct(FileStorageInterface $file_storage) {
  $this->fileStorage = $file_storage;
}