public function QueryPluginBase::setOffset

Set an OFFSET on the query, specifying a number of results to skip

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php, line 109
Definition of Drupal\views\Plugin\views\query\QueryPluginBase.

Class

QueryPluginBase
@todo.

Namespace

Drupal\views\Plugin\views\query

Code

public function setOffset($offset) {
  $this->offset = $offset;
}