You are here

public function FacebookAlbumForm::__construct in Facebook Album 8

Parameters

FacebookAlbumInterface $facebook_album: The controls of facebook album.

Overrides ConfigFormBase::__construct

File

src/Form/FacebookAlbumForm.php, line 39
Contains \Drupal\facebook_album\Form\FacebookAlbumForm.

Class

FacebookAlbumForm
Configure facebook_album settings for this site.

Namespace

Drupal\facebook_album\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, FacebookAlbumInterface $facebook_album) {
  parent::__construct($config_factory);
  $this->configFactory = $config_factory;
  $this->facebook_album = $facebook_album;
}