You are here

Classes, traits, and interfaces in Voting API 8.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Average class Drupal\votingapi\Plugin\VoteResultFunction src/Plugin/VoteResultFunction/Average.php A sum of a set of votes.
Count class Drupal\votingapi\Plugin\VoteResultFunction src/Plugin/VoteResultFunction/Count.php A sum of a set of votes.
Mongodb_VoteStorage class ./votingapi.api.php
NodeVote class Drupal\votingapi\Plugin\migrate\source\d7 src/Plugin/migrate/source/d7/NodeVote.php Drupal 7 vote source from database.
SettingsForm class Drupal\votingapi\Form src/Form/SettingsForm.php A form used to configure Voting API settings. 1
Sum class Drupal\votingapi\Plugin\VoteResultFunction src/Plugin/VoteResultFunction/Sum.php A sum of a set of votes.
Vote class Drupal\votingapi\Entity src/Entity/Vote.php Defines the Vote entity. 5
Vote class Drupal\votingapi\Plugin\migrate\source\d7 src/Plugin/migrate/source/d7/Vote.php Drupal 7 vote source from database. 1
VoteAccessControlHandler class Drupal\votingapi src/VoteAccessControlHandler.php Defines the access control handler for the vote entity type.
VoteCreationTest class Drupal\Tests\votingapi\Functional tests/src/Functional/VoteCreationTest.php Tests the Voting API basics.
VoteDeleteConfirm class Drupal\votingapi\Form src/Form/VoteDeleteConfirm.php Provides a form for vote deletion.
VoteDeletionTest class Drupal\Tests\votingapi\Functional tests/src/Functional/VoteDeletionTest.php Tests the deletion of votes.
VoteInterface interface Drupal\votingapi src/VoteInterface.php Provides an interface defining a vote entity. 1 2
VoteResult class Drupal\votingapi\Entity src/Entity/VoteResult.php Defines the VoteResult entity. 1
VoteResultAccessControlHandler class Drupal\votingapi src/VoteResultAccessControlHandler.php Defines the access control handler for the vote entity type.
VoteResultFunction class Drupal\votingapi\Annotation src/Annotation/VoteResultFunction.php Defines a voting result annotation object. 1
VoteResultFunctionBase abstract class Drupal\votingapi src/VoteResultFunctionBase.php Base class for plugins which provide a function to compute the vote result. 4 4
VoteResultFunctionInterface interface Drupal\votingapi src/VoteResultFunctionInterface.php Provides an interface for a VoteResultFunction plugin. 1
VoteResultFunctionManager class Drupal\votingapi src/VoteResultFunctionManager.php Manages vote result plugins. 2
VoteResultInterface interface Drupal\votingapi src/VoteResultInterface.php Provides an interface defining a vote entity. 1 1
VoteResultStorage class Drupal\votingapi src/VoteResultStorage.php Storage class for vote entities.
VoteResultStorageInterface interface Drupal\votingapi src/VoteResultStorageInterface.php Defines an interface for vote entity storage classes. 1
VoteResultViewsData class Drupal\votingapi\Entity src/Entity/VoteResultViewsData.php Provides Views data for Vote Result entities.
VoteStorage class Drupal\votingapi src/VoteStorage.php Storage class for vote entities.
VoteStorageInterface interface Drupal\votingapi src/VoteStorageInterface.php Defines an interface for vote entity storage classes. 1
VoteTest class Drupal\Tests\votingapi\Functional tests/src/Functional/VoteTest.php Tests the Voting API basics.
VoteTokenTest class Drupal\Tests\votingapi_tokens\Kernel modules/votingapi_tokens/tests/src/Kernel/VoteTokenTest.php Tests the Voting API basics.
VoteType class Drupal\votingapi\Entity src/Entity/VoteType.php Defines the Vote type configuration entity.
VoteTypeAccessControlHandler class Drupal\votingapi src/VoteTypeAccessControlHandler.php Defines the access control handler for the vote type entity type.
VoteTypeDeleteConfirm class Drupal\votingapi\Form src/Form/VoteTypeDeleteConfirm.php Provides a form for vote type deletion.
VoteTypeForm class Drupal\votingapi src/VoteTypeForm.php Form controller for vote type forms.
VoteTypeFormTest class Drupal\Tests\votingapi\Functional tests/src/Functional/VoteTypeFormTest.php Tests the behavior of the Vote Type form.
VoteTypeInterface interface Drupal\votingapi src/VoteTypeInterface.php Provides an interface defining a vote type entity. 1 1
VoteTypeListBuilder class Drupal\votingapi src/VoteTypeListBuilder.php Defines a class to build a listing of vote type entities.
VoteViewsData class Drupal\votingapi\Entity src/Entity/VoteViewsData.php Provides Views data for Vote entities.
VotingApiCommands class Drupal\votingapi\Commands src/Commands/VotingApiCommands.php Drush 9+ commands for the Voting API module. 2
Zebra class Drupal\votingapi_test\Plugin\VoteResultFunction tests/modules/votingapi_test/src/Plugin/VoteResultFunction/Zebra.php A test plugin for the Voting API module.

Other projects