You are here

Alternate.php in Vote Up/Down 8

File

src/Plugin/VoteUpDownWidget/Alternate.php
View 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 {

}

Classes

Namesort descending Description
Alternate Provides the "alternate" Vote Up/Down widget