HistoryController
class HistoryController extends AbstractModuleController (View source)
Controller for the history module of Neos, displaying the timeline of changes.
Traits
A trait to add backend translation based on the backend users settings
Properties
protected Service | $_localizationService | from BackendUserTranslationTrait | |
protected UserService | $_userService | from BackendUserTranslationTrait | |
protected array | $moduleConfiguration | from AbstractModuleController | |
protected EventRepository | $eventRepository | ||
protected string | $defaultViewObjectName |
Methods
void
initializeObject()
Set the locale according to the user settings
void
initializeView(ViewInterface $view)
Simply sets the Fusion path pattern on the view.
void
setTitle(string $title)
Use this method to set an alternative title than the module label
void
indexAction(int $offset = 0, int $limit = 10)
Show event overview.
Message
getErrorFlashMessage()
Display no flash message at all on errors.
Details
protected void
initializeObject()
Set the locale according to the user settings
protected void
initializeAction()
No description
protected void
initializeView(ViewInterface $view)
Simply sets the Fusion path pattern on the view.
void
setTitle(string $title)
Use this method to set an alternative title than the module label
void
indexAction(int $offset = 0, int $limit = 10)
Show event overview.
protected Message
getErrorFlashMessage()
Display no flash message at all on errors.