Function __global->find_all_previews__by_screen
Definitions
sources/lorem.php
- Find the template/screen previews: by screen.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The map of previews (screen to a list of templates)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find the template/screen previews: by screen.
*
* @return array The map of previews (screen to a list of templates)
*/
function find_all_previews__by_screen() : array
* Find the template/screen previews: by screen.
*
* @return array The map of previews (screen to a list of templates)
*/
function find_all_previews__by_screen() : array

