You are here

public function RateWidget::getOptions in Rate 8.2

Return the rate widget voting buttons as options.

Return value

array Array of the message template settings.

Overrides RateWidgetInterface::getOptions

File

src/Entity/RateWidget.php, line 143

Class

RateWidget
Defines the Rate Widget configuration entity.

Namespace

Drupal\rate\Entity

Code

public function getOptions() {
  return $this->options;
}