Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / node / src / Plugin / views / filter / Access.php
index 71e8e95e5aace600236c082b03ed7ee940ea2271..38f16377c424034c65d39a15aeed42ad6074a98d 100644 (file)
@@ -16,7 +16,9 @@ use Drupal\views\Plugin\views\filter\FilterPluginBase;
 class Access extends FilterPluginBase {
 
   public function adminSummary() {}
+
   protected function operatorForm(&$form, FormStateInterface $form_state) {}
+
   public function canExpose() {
     return FALSE;
   }