public function WebformAnalysisForm::getTitle in Webform Analysis 8
Get webform title.
Return value
string Title.
1 call to WebformAnalysisForm::getTitle()
- WebformAnalysisForm::buildForm in src/Form/ WebformAnalysisForm.php 
- Form constructor.
File
- src/Form/ WebformAnalysisForm.php, line 23 
Class
- WebformAnalysisForm
- Webform Analysis settings form.
Namespace
Drupal\webform_analysis\FormCode
public function getTitle() {
  return $this->entity
    ->label();
}