X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fhistory%2Fsrc%2FPlugin%2Fviews%2Ffield%2FHistoryUserTimestamp.php;fp=web%2Fcore%2Fmodules%2Fhistory%2Fsrc%2FPlugin%2Fviews%2Ffield%2FHistoryUserTimestamp.php;h=617cd23e12d530ab68fe57ff381950ef1c1b13fa;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=3a8b22d00ecb4f69d1a1fe8045ea1ffe5cfa9490;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php b/web/core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php index 3a8b22d00..617cd23e1 100644 --- a/web/core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php +++ b/web/core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php @@ -42,6 +42,9 @@ class HistoryUserTimestamp extends Node { } } + /** + * {@inheritdoc} + */ protected function defineOptions() { $options = parent::defineOptions(); @@ -50,6 +53,9 @@ class HistoryUserTimestamp extends Node { return $options; } + /** + * {@inheritdoc} + */ public function buildOptionsForm(&$form, FormStateInterface $form_state) { parent::buildOptionsForm($form, $form_state); if (\Drupal::moduleHandler()->moduleExists('comment')) { @@ -61,6 +67,9 @@ class HistoryUserTimestamp extends Node { } } + /** + * {@inheritdoc} + */ public function query() { // Only add ourselves to the query if logged in. if (\Drupal::currentUser()->isAnonymous()) {