public function TagadelicTag::distributed in Tagadelic 8.3
Calculates a more evenly distributed value.
File
- src/
TagadelicTag.php, line 95
Class
Namespace
Drupal\tagadelicCode
public function distributed() {
return log($this->count);
}
Calculates a more evenly distributed value.
public function distributed() {
return log($this->count);
}