public function VotingApiWidgetInterface::getStyles in Votingapi Widgets 8
Get available styles.
3 methods override VotingApiWidgetInterface::getStyles()
- FiveStarWidget::getStyles in src/
Plugin/ votingapi_widget/ FiveStarWidget.php - Get available styles.
- LikeWidget::getStyles in src/
Plugin/ votingapi_widget/ LikeWidget.php - Get available styles.
- UsefulWidget::getStyles in src/
Plugin/ votingapi_widget/ UsefulWidget.php - Get available styles.
File
- src/
Plugin/ VotingApiWidgetInterface.php, line 20
Class
- VotingApiWidgetInterface
- Defines an interface for Voting api widget plugins.
Namespace
Drupal\votingapi_widgets\PluginCode
public function getStyles();