You are here

public function TagadelicTag::getCount in Tagadelic 8.3

Returns the count, getter only. return Int the count as provided when Initializing the Object.

File

src/TagadelicTag.php, line 69

Class

TagadelicTag

Namespace

Drupal\tagadelic

Code

public function getCount() {
  return $this->count;
}