You are here

public function WebformAnalysis::getComponents in Webform Analysis 8

Get Components.

Return value

array Components.

Overrides WebformAnalysisInterface::getComponents

File

src/WebformAnalysis.php, line 54

Class

WebformAnalysis
WebformAnalysis.

Namespace

Drupal\webform_analysis

Code

public function getComponents() {
  return (array) $this->webform
    ->getThirdPartySetting('webform_analysis', 'components');
}