Function Hook_ajax_tree_choose_theme_files->load_actionlog_times_pages

Definitions

sources/hooks/systems/ajax_tree/choose_theme_files.php

  • Find action-log details that show edit data for pages.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$zone ID_TEXT No No required parameter N/A N/A Zone being used
$filter ?ID_TEXT No No Null N/A N/A The page file to get this for (null: all)

Returns

  • Action-log details
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find action-log details that show edit data for pages.
 *
 * @param  ID_TEXT $zone Zone being used
 * @param  ?ID_TEXT $filter The page file to get this for (null: all)
 * @return array Action-log details
 */

protected function load_actionlog_times_pages(string $zone, ?string $filter = null) : array