You are here

public function WebformOptions::isLikert in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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\Entity

Code

public function isLikert() {
  return $this->likert;
}