public function WebformOptionsStorageInterface::getLikerts in Webform 8.5
Same name and namespace in other branches
- 6.x 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\webformCode
public function getLikerts();