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 113
- 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;
}