Mercurial > hg > isophonics-drupal-site
comparison core/modules/views/src/ViewExecutable.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 7a779792577d |
children | c2387f117808 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
329 * @var \Symfony\Component\HttpFoundation\Request | 329 * @var \Symfony\Component\HttpFoundation\Request |
330 */ | 330 */ |
331 protected $request; | 331 protected $request; |
332 | 332 |
333 /** | 333 /** |
334 * Does this view already have loaded it's handlers. | 334 * Does this view already have loaded its handlers. |
335 * | 335 * |
336 * @todo Group with other static properties. | 336 * @todo Group with other static properties. |
337 * | 337 * |
338 * @var bool | 338 * @var bool |
339 */ | 339 */ |