Sfoglia il codice sorgente

Add missing method in the AdminInterface

Thomas Rabaix 13 anni fa
parent
commit
c9bea7cd65
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      Admin/AdminInterface.php

+ 8 - 0
Admin/AdminInterface.php

@@ -416,4 +416,12 @@ interface AdminInterface
      * @return void
      */
     function createObjectSecurity($object);
+
+    /**
+     * Returns the url defined by the $name
+     *
+     * @param strinf $name
+     * @return Route
+     */
+    function getRoute($name);
 }