Function __global->gallery_media_get_allowed_sorts
Definitions
sources/galleries.php
- Get a list of the sorting supported for media.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A list of allowed sorts
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a list of the sorting supported for media.
*
* @return array A list of allowed sorts
*/
function gallery_media_get_allowed_sorts() : array
* Get a list of the sorting supported for media.
*
* @return array A list of allowed sorts
*/
function gallery_media_get_allowed_sorts() : array

