You are here

Functions in Voting API 8.3

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_votingapi_flush ./votingapi.drush.inc Command callback. Flush votes and results.
drush_votingapi_generate_votes ./votingapi.drush.inc Command callback. Generate a number of votes.
drush_votingapi_recalculate ./votingapi.drush.inc Command callback. Recalculate voting results.
hook_vote_result_info_alter ./votingapi.api.php Alters the information provided in \Drupal\votingapi\Annotation\VoteResult.
hook_votingapi_metadata_alter ./votingapi.api.php Allows altering metadata describing Voting tags, value_types, and functions.
hook_votingapi_results_alter ./votingapi.api.php Adds to or changes the calculated vote results for an entity.
hook_votingapi_views_formatters ./votingapi.api.php Declares callback functions for formatting a Voting API Views field.
votingapi_cron ./votingapi.module Implements hook_cron().
votingapi_drush_command ./votingapi.drush.inc Implements hook_drush_command().
votingapi_drush_help ./votingapi.drush.inc Implements hook_drush_help().
votingapi_entity_delete ./votingapi.module Implements hook_entity_delete().
votingapi_generate_votes ./votingapi.drush.inc Utility function to generate votes. 1
votingapi_help ./votingapi.module Implements hook_help().
votingapi_test_votingapi_results_alter tests/modules/votingapi_test/votingapi_test.module Implements hook_votingapi_results_alter().
votingapi_tokens_help modules/votingapi_tokens/votingapi_tokens.module Implements hook_help().
votingapi_tokens_tokens modules/votingapi_tokens/votingapi_tokens.tokens.inc Implements hook_tokens().
votingapi_tokens_token_info modules/votingapi_tokens/votingapi_tokens.tokens.inc Implements hook_token_info().
votingapi_update_8303 ./votingapi.install Alter votingapi_result table manually before definition update.
votingapi_update_8304 ./votingapi.install Update the definition of 'Function' field Vote Result entity.
votingapi_update_last_removed ./votingapi.install Implements hook_update_last_removed().
votingapi_views_data_alter ./votingapi.views.inc Implements hook_views_data_alter().
votingapi_views_query_alter ./votingapi.module Implements hook_views_query_alter().
_votingapi_cast_votes ./votingapi.drush.inc Utility function to generate votes on a node by a set of users. 1
_votingapi_tokens_get_entity_types modules/votingapi_tokens/votingapi_tokens.tokens.inc List of entity-types with field type voting_api_field. 2
_votingapi_tokens_get_votes_per_entity modules/votingapi_tokens/votingapi_tokens.tokens.inc Get votes of vote_type on entity. 1

Other projects