màj
This commit is contained in:
@@ -17,7 +17,7 @@ use Grav\Framework\Cache\CacheInterface;
|
||||
* Interface FlexDirectoryInterface
|
||||
* @package Grav\Framework\Flex\Interfaces
|
||||
*/
|
||||
interface FlexDirectoryInterface
|
||||
interface FlexDirectoryInterface extends FlexAuthorizeInterface
|
||||
{
|
||||
/**
|
||||
* @return bool
|
||||
|
||||
@@ -38,8 +38,8 @@ interface FlexFormInterface extends Serializable, FormInterface
|
||||
/**
|
||||
* Get route for deleting files by AJAX.
|
||||
*
|
||||
* @param string $field Field where the file is associated into.
|
||||
* @param string $filename Filename for the file.
|
||||
* @param string|null $field Field where the file is associated into.
|
||||
* @param string|null $filename Filename for the file.
|
||||
* @return Route|null Returns Route object or null if file uploads are not enabled.
|
||||
*/
|
||||
public function getFileDeleteAjaxRoute($field, $filename);
|
||||
|
||||
Reference in New Issue
Block a user