Function Hook_ajax_tree_choose_theme_files->load_actionlog_times_templates
Definitions
sources/hooks/systems/ajax_tree/choose_theme_files.php
- Find action-log details that show edit data for templates.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $theme | ID_TEXT | No | No | required parameter | N/A | N/A | Theme being used |
| $filter | ?ID_TEXT | No | No | Null | N/A | N/A | The template 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 templates.
*
* @param ID_TEXT $theme Theme being used
* @param ?ID_TEXT $filter The template file to get this for (null: all)
* @return array Action-log details
*/
protected function load_actionlog_times_templates(string $theme, ?string $filter = null) : array
* Find action-log details that show edit data for templates.
*
* @param ID_TEXT $theme Theme being used
* @param ?ID_TEXT $filter The template file to get this for (null: all)
* @return array Action-log details
*/
protected function load_actionlog_times_templates(string $theme, ?string $filter = null) : array

