You are here

Plain.php in Vote Up/Down 8

File

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

namespace Drupal\vud\Plugin\VoteUpDownWidget;

use Drupal\vud\Plugin\VoteUpDownWidgetBase;

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

}

Classes

Namesort descending Description
Plain Provides the "plain" Vote Up/Down widget