protected property MigrateDestinationVotingApiVote::$idRecalculationThreshold in Voting API 7.2
Same name and namespace in other branches
- 7.3 votingapi.migrate.inc \MigrateDestinationVotingApiVote::idRecalculationThreshold
Threshold of count of id's after which votes will be recalculated.
Type: int
File
- ./
votingapi.migrate.inc, line 16 - Migration support for voting api.
Class
- MigrateDestinationVotingApiVote
- @file Migration support for voting api.
Code
protected $idRecalculationThreshold = 1000;