comparison core/modules/views/src/ViewExecutable.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children 1fec387a4317
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
616 if (empty($this->element['#pre_rendered'])) { 616 if (empty($this->element['#pre_rendered'])) {
617 $this->element['#cache']['keys'][] = 'offset:' . $offset; 617 $this->element['#cache']['keys'][] = 'offset:' . $offset;
618 } 618 }
619 619
620 $this->offset = $offset; 620 $this->offset = $offset;
621
622 621
623 // If the pager is already initialized, pass it through to the pager. 622 // If the pager is already initialized, pass it through to the pager.
624 if (!empty($this->pager)) { 623 if (!empty($this->pager)) {
625 $this->pager->setOffset($offset); 624 $this->pager->setOffset($offset);
626 } 625 }