public function WebformOptions::isLikert in Webform 8.5
Same name and namespace in other branches
- 6.x src/Entity/WebformOptions.php \Drupal\webform\Entity\WebformOptions::isLikert()
Determine if options should be used as Likert scale.
Return value
bool TRUE if options should be used as Likert scale.
Overrides WebformOptionsInterface::isLikert
File
- src/
Entity/ WebformOptions.php, line 115
Class
- WebformOptions
- Defines the webform options entity.
Namespace
Drupal\webform\EntityCode
public function isLikert() {
return $this->likert;
}