You are here

public function WebformOptionsInterface::isLikert in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformOptionsInterface.php \Drupal\webform\WebformOptionsInterface::isLikert()

Determine if options should be used as Likert scale.

Return value

bool TRUE if options should be used as Likert scale.

1 method overrides WebformOptionsInterface::isLikert()
WebformOptions::isLikert in src/Entity/WebformOptions.php
Determine if options should be used as Likert scale.

File

src/WebformOptionsInterface.php, line 18

Class

WebformOptionsInterface
Provides an interface defining a webform options entity.

Namespace

Drupal\webform

Code

public function isLikert();