You are here

public function WebformOptionsStorageInterface::getLikerts in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformOptionsStorageInterface.php \Drupal\webform\WebformOptionsStorageInterface::getLikerts()

Get all likert options with 'Likert:' prefix removed.

Return value

string[] An array of likert options.

1 method overrides WebformOptionsStorageInterface::getLikerts()
WebformOptionsStorage::getLikerts in src/WebformOptionsStorage.php
Get all likert options with 'Likert:' prefix removed.

File

src/WebformOptionsStorageInterface.php, line 35

Class

WebformOptionsStorageInterface
Provides an interface for Webform Options storage.

Namespace

Drupal\webform

Code

public function getLikerts();