function QueryPluginBase::getLimit
Returns the limit of the query.
File
- 
              core/modules/ views/ src/ Plugin/ views/ query/ QueryPluginBase.php, line 158 
Class
- QueryPluginBase
- Base plugin class for Views queries.
Namespace
Drupal\views\Plugin\views\queryCode
public function getLimit() {
  return $this->limit;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
