You are here

function QueryPluginBase::set_offset in Views (for Drupal 7) 8.3

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

File

lib/Drupal/views/Plugin/views/query/QueryPluginBase.php, line 111
Definition of Drupal\views\Plugin\views\query\QueryPluginBase.

Class

QueryPluginBase
@todo.

Namespace

Drupal\views\Plugin\views\query

Code

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