abstract public function VotingApiWidgetBase::getInitialVotingElement in Votingapi Widgets 8
Get initial element.
3 methods override VotingApiWidgetBase::getInitialVotingElement()
- FiveStarWidget::getInitialVotingElement in src/
Plugin/ votingapi_widget/ FiveStarWidget.php - Get initial element.
- LikeWidget::getInitialVotingElement in src/
Plugin/ votingapi_widget/ LikeWidget.php - Get initial element.
- UsefulWidget::getInitialVotingElement in src/
Plugin/ votingapi_widget/ UsefulWidget.php - Get initial element.
File
- src/
Plugin/ VotingApiWidgetBase.php, line 158
Class
- VotingApiWidgetBase
- Base class for Voting api widget plugins.
Namespace
Drupal\votingapi_widgets\PluginCode
public abstract function getInitialVotingElement(array &$form);