PageMoved

Statamic\Events\Data\PageMoved

This is a data event that is dispatched when a page is moved.

Typically, this happens when reordering through the control panel. This event is dispatched once for every page that was affected when reordering through the control panel. There is a PagesMoved event that will be dispatched once for the entire operation that contains all affected pages.

public function handle(PageMoved $event);
Last modified on July 17, 2018