]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Import/ImportInterface.php
Add tagged services for import
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Import / ImportInterface.php
index 8cf238aab7a3e721d38a672d7c77869b8c50c92d..25dc0d857fecef031ae34bbb268b3c879b6efd6e 100644 (file)
@@ -13,6 +13,13 @@ interface ImportInterface extends LoggerAwareInterface
      */
     public function getName();
 
+    /**
+     * Url to start the import.
+     *
+     * @return string
+     */
+    public function getUrl();
+
     /**
      * Description of the import.
      *