Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / migrate / src / Plugin / migrate / source / EmptySource.php
index 5f44035e254525bc29b61bc92a6fb24f3ef88965..09f8a95792b4a8825b7e03f1a1fb858dbae1fe2f 100644 (file)
@@ -58,7 +58,7 @@ class EmptySource extends SourcePluginBase {
   /**
    * {@inheritdoc}
    */
-  public function count() {
+  public function count($refresh = FALSE) {
     return 1;
   }