function SearchPage::doCount
Same name in other branches
- 9 core/modules/search/src/Plugin/migrate/source/d7/SearchPage.php \Drupal\search\Plugin\migrate\source\d7\SearchPage::doCount()
- 11.x core/modules/search/src/Plugin/migrate/source/d7/SearchPage.php \Drupal\search\Plugin\migrate\source\d7\SearchPage::doCount()
Overrides Variable::doCount
File
-
core/
modules/ search/ src/ Plugin/ migrate/ source/ d7/ SearchPage.php, line 76
Class
- SearchPage
- Drupal 7 search active core modules and rankings source from database.
Namespace
Drupal\search\Plugin\migrate\source\d7Code
protected function doCount() {
return $this->initializeIterator()
->count();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.