Alternate.php in Vote Up/Down 8
Namespace
Drupal\vud\Plugin\VoteUpDownWidgetFile
src/Plugin/VoteUpDownWidget/Alternate.phpView source
<?php
namespace Drupal\vud\Plugin\VoteUpDownWidget;
use Drupal\vud\Plugin\VoteUpDownWidgetBase;
/**
* Provides the "alternate" Vote Up/Down widget
*
* @VoteUpDownWidget(
* id = "alternate",
* admin_label = @Translation("Alternate"),
* description = @Translation("Provides two symbols, plus and minus.")
* )
*/
class Alternate extends VoteUpDownWidgetBase {
}