You are here

public function WebformAnalysisInterface::setComponents in Webform Analysis 8

Set components and save webform.

Parameters

array $components: The components name.

1 method overrides WebformAnalysisInterface::setComponents()
WebformAnalysis::setComponents in src/WebformAnalysis.php
Set components and save webform.

File

src/WebformAnalysisInterface.php, line 24

Class

WebformAnalysisInterface
Defines an interface for webform analysis classes.

Namespace

Drupal\webform_analysis

Code

public function setComponents(array $components = []);