function PrefetchedResult::rowCount
Overrides ResultBase::rowCount
File
-
core/
lib/ Drupal/ Core/ Database/ Statement/ PrefetchedResult.php, line 52
Class
- PrefetchedResult
- Class for prefetched results of a data query language (DQL) statement.
Namespace
Drupal\Core\Database\StatementCode
public function rowCount() : ?int {
return $this->rowCount;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.