Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / DataCollector / AjaxDataCollector.php
index b8405d5945af078c2d00a9817c12fb1e37dae9cc..370a874fe5d5c6d1aaecf78743b0f34d01fde72a 100644 (file)
@@ -26,6 +26,11 @@ class AjaxDataCollector extends DataCollector
         // all collecting is done client side
     }
 
+    public function reset()
+    {
+        // all collecting is done client side
+    }
+
     public function getName()
     {
         return 'ajax';