You are here

protected function TagadelicCloudView::cmp in Tagadelic 8.3

File

src/TagadelicCloudView.php, line 121

Class

TagadelicCloudView
Class TagadelicCloudView.

Namespace

Drupal\tagadelic

Code

protected function cmp($a, $b) {
  return strcmp($b
    ->getCount(), $a
    ->getCount());
}