function QueryPluginBase::setLimit
Set a LIMIT on the query, specifying a maximum number of results.
File
- 
              core/modules/ views/ src/ Plugin/ views/ query/ QueryPluginBase.php, line 139 
Class
- QueryPluginBase
- Base plugin class for Views queries.
Namespace
Drupal\views\Plugin\views\queryCode
public function setLimit($limit) {
  $this->limit = $limit;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
