SproutCMS

This is the code documentation for the SproutCMS project

class ActionLogAdminController

Handles admin processing for the action log, which is a record of changes to database content

Source code (3 results)

/sprout/Controllers/Admin/ActionLogAdminController.php   Highlighted file source

Line 37: class ActionLogAdminController extends ManagedAdminController

/sprout/Controllers/Admin/FileAdminController.php   Highlighted file source

Line 998: * They are removed later, when the deletion log is cleared; see {@see ActionLogAdminController::cronCleanup}.

/sprout/sprout_load.php   Highlighted file source

Line 61: Register::cronJob('daily', 'Sprout\\Controllers\\Admin\\ActionLogAdminController', 'cronCleanup');

A total of 3 lines in 3 files were found