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
initializeAction()

No description

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

Return Value

void

protected void initializeAction()

No description

Return Value

void

protected void initializeView(ViewInterface $view)

Simply sets the Fusion path pattern on the view.

Parameters

ViewInterface $view

Return Value

void

void setTitle(string $title)

Use this method to set an alternative title than the module label

Parameters

string $title

Return Value

void

void indexAction(int $offset = 0, int $limit = 10)

Show event overview.

Parameters

int $offset
int $limit

Return Value

void

protected Message getErrorFlashMessage()

Display no flash message at all on errors.

Return Value

Message

returns false