Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.. php:class:: BeforeRecordDownloadIsExecutedEvent

Listeners to this event are able to manipulate the download of records, usually triggered via Content > Records.
Listeners to this event are able to manipulate the download of records, usually triggered via Content > Record.

.. php:method:: getHeaderRow()
:returns: `array`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.. php:class:: ModifyDatabaseQueryForRecordListingEvent

Use this Event to alter the database query when loading content for a page (usually in the "Records" module)
Use this Event to alter the database query when loading content for a page (usually in the records module)
before it is executed.

.. php:method:: getQueryBuilder()
Expand Down