Explorar o código

Add missing method in the AdminInterface

Thomas Rabaix %!s(int64=13) %!d(string=hai) anos
pai
achega
c9bea7cd65
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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);
 }