Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / user / user.views_execution.inc
index 255fbf2683868e2502cdaa599df07b5641fa6892..e0c5c0c635d19f5fbf91a826cdda2116d8ba9fa9 100644 (file)
@@ -10,7 +10,7 @@ use Drupal\views\ViewExecutable;
 /**
  * Implements hook_views_query_substitutions().
  *
- * Allow replacement of current userid so we can cache these queries.
+ * Allow replacement of current user ID so we can cache these queries.
  */
 function user_views_query_substitutions(ViewExecutable $view) {
   return ['***CURRENT_USER***' => \Drupal::currentUser()->id()];