Total Complexity | 2 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | class AssetPondVariable |
||
21 | { |
||
22 | // Public Methods |
||
23 | // ========================================================================= |
||
24 | |||
25 | /** |
||
26 | * Returns the URL for the controller that can receive frontend uploads |
||
27 | * directly from FilePond. |
||
28 | * |
||
29 | * @param null $volumeId |
||
|
|||
30 | * @return string |
||
31 | */ |
||
32 | public function endpoint($volumeId = null): string |
||
37 |