public function WebformAnalysisInterface::getComponentTitle in Webform Analysis 8
Get Component title.
Parameters
string $component: The component name.
Return value
string Component title.
1 method overrides WebformAnalysisInterface::getComponentTitle()
- WebformAnalysis::getComponentTitle in src/
WebformAnalysis.php - Get Component title.
File
- src/
WebformAnalysisInterface.php, line 93
Class
- WebformAnalysisInterface
- Defines an interface for webform analysis classes.
Namespace
Drupal\webform_analysisCode
public function getComponentTitle($component);