function SearchPage::count

Overrides Variable::count

File

core/modules/search/src/Plugin/migrate/source/d7/SearchPage.php, line 70

Class

SearchPage
Get search_active_modules and rankings for core modules.

Namespace

Drupal\search\Plugin\migrate\source\d7

Code

public function count($refresh = FALSE) {
    return $this->initializeIterator()
        ->count();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.