You are here

public function WebformAnalysisChartInterface::buildComponentData in Webform Analysis 8

Build Component Data.

Parameters

\Drupal\webform_analysis\WebformAnalysisInterface $analysis: Analysis.

string $component: Component.

string $id: Id.

Return value

array Renderable.

1 method overrides WebformAnalysisChartInterface::buildComponentData()
WebformAnalysisChart::buildComponentData in src/WebformAnalysisChart.php
Build Component Data.

File

src/WebformAnalysisChartInterface.php, line 39

Class

WebformAnalysisChartInterface
Webform Analysis Chart Interface.

Namespace

Drupal\webform_analysis

Code

public function buildComponentData(WebformAnalysisInterface $analysis, $component = '', $id = '');