public function WebformAnalysisInterface::getComponentRows in Webform Analysis 8
Get Component Rows.
Parameters
string $component: The component name.
array $header: The first line data.
bool $value_label_with_count: If true, add count to label.
Return value
array Rows.
1 method overrides WebformAnalysisInterface::getComponentRows()
- WebformAnalysis::getComponentRows in src/
WebformAnalysis.php - Get Component Rows.
File
- src/
WebformAnalysisInterface.php, line 82
Class
- WebformAnalysisInterface
- Defines an interface for webform analysis classes.
Namespace
Drupal\webform_analysisCode
public function getComponentRows($component, array $header = [], $value_label_with_count = FALSE);