You are here

UpDown.php in Vote Up/Down 8

File

src/Plugin/VoteUpDownWidget/UpDown.php
View source
<?php

namespace Drupal\vud\Plugin\VoteUpDownWidget;

use Drupal\vud\Plugin\VoteUpDownWidgetBase;

/**
 * Provides the "updown" Vote Up/Down widget
 *
 * @VoteUpDownWidget(
 *   id = "updown",
 *   admin_label = @Translation("Up Down"),
 *   description = @Translation("Provides two links, up and down.")
 *  )
 */
class UpDown extends VoteUpDownWidgetBase {

}

Classes

Namesort descending Description
UpDown Provides the "updown" Vote Up/Down widget