Function __global->gallery_media_get_sort_selectors
Definitions
sources/galleries.php
- Get a mapping of the sort selectors that are supported for media.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A map between sort selector and language string
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a mapping of the sort selectors that are supported for media.
*
* @return array A map between sort selector and language string
*/
function gallery_media_get_sort_selectors() : array
* Get a mapping of the sort selectors that are supported for media.
*
* @return array A map between sort selector and language string
*/
function gallery_media_get_sort_selectors() : array

