You are here

function expire_votingapi_delete in Cache Expiration 6

Same name and namespace in other branches
  1. 7.2 expire.module \expire_votingapi_delete()
  2. 7 expire.module \expire_votingapi_delete()

Implementation of hook_votingapi_delete().

Parameters

$votes: array of votes

File

./expire.module, line 145
Provides logic for page cache expiration

Code

function expire_votingapi_delete($votes) {
  _expire_votingapi($votes);
}