You are here

public function VideoEmbedHtml5ConfigForm::__construct in Video Embed HTML5 8

VideoEmbedHtml5ConfigForm constructor.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory:

\Drupal\file\FileUsage\FileUsageInterface $file_usage:

Overrides ConfigFormBase::__construct

File

src/Form/VideoEmbedHtml5ConfigForm.php, line 26

Class

VideoEmbedHtml5ConfigForm
Class VideoEmbedHtml5ConfigForm @package Drupal\video_embed_html5\Form

Namespace

Drupal\video_embed_html5\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, FileUsageInterface $file_usage) {
  parent::__construct($config_factory);
  $this->fileUsage = $file_usage;
}