Function __global->_find_all_pages_wrap

Definitions

sources/zones2.php

  • Get an array of all the pages everywhere in the zone (for small sites everything will be returned, for larger ones it depends on the show method).
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$zone ID_TEXT required parameter N/A N/A The zone name
$keep_ext_on boolean False N/A N/A Whether to leave file extensions on the page name
$consider_redirects boolean False N/A N/A Whether to take transparent redirects into account
$show_method integer 0 N/A N/A Selection algorithm constant
$page_type ?ID_TEXT Null N/A N/A Page type to show (null: all)

Return

  • A map of page name to type (modules_custom, etc)
  • Type: array
  • Set: N/A
  • Range: N/A