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