You are here

public function ContactForm::__construct in Contact Storage 8

Constructs a ContactForm Views field object.

Overrides HandlerBase::__construct

File

src/Plugin/views/field/ContactForm.php, line 29

Class

ContactForm
Field handler to provide the label of a contact form.

Namespace

Drupal\contact_storage\Plugin\views\field

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition, ConfigEntityStorageInterface $form_storage) {
  parent::__construct($configuration, $plugin_id, $plugin_definition);
  $this->formStorage = $form_storage;
}