You are here

public function Search::getCount in Google Site Search 8

Gets the search results count.

File

src/Plugin/Search/Search.php, line 159

Class

Search
Handles search using Google Search Engine.

Namespace

Drupal\gss\Plugin\Search

Code

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