Function __global->get_upload_limit_config_url
Definitions
sources/files2.php
- Get the URL to the config option group for editing limits.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The URL to the config option group for editing limits (null: no access)
- Type: ?Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the URL to the config option group for editing limits.
*
* @return ?Tempcode The URL to the config option group for editing limits (null: no access)
*/
function get_upload_limit_config_url() : ?object
* Get the URL to the config option group for editing limits.
*
* @return ?Tempcode The URL to the config option group for editing limits (null: no access)
*/
function get_upload_limit_config_url() : ?object
