[TASK] Declare EXT:backend Event classes and properties readonly
Declare EXT:backend Event classes, only having readonly properties, as readonly. Additionally, adds readonly to properties, which previously missed the declaration. Resolves: #102789 Releases: main Change-Id: Ic88d7243bce82844b50462dacaf8381333301fed Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82409 Reviewed-by:Andreas Kienast <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- typo3/sysext/backend/Classes/Authentication/Event/SwitchUserEvent.php 4 additions, 4 deletions.../backend/Classes/Authentication/Event/SwitchUserEvent.php
- typo3/sysext/backend/Classes/Backend/Event/SystemInformationToolbarCollectorEvent.php 2 additions, 2 deletions.../Backend/Event/SystemInformationToolbarCollectorEvent.php
- typo3/sysext/backend/Classes/Controller/Event/AfterFormEnginePageInitializedEvent.php 3 additions, 3 deletions.../Controller/Event/AfterFormEnginePageInitializedEvent.php
- typo3/sysext/backend/Classes/Controller/Event/BeforeFormEnginePageInitializedEvent.php 3 additions, 3 deletions...Controller/Event/BeforeFormEnginePageInitializedEvent.php
- typo3/sysext/backend/Classes/EventListener/AfterBackendPageRenderEventListener.php 2 additions, 2 deletions...ses/EventListener/AfterBackendPageRenderEventListener.php
- typo3/sysext/backend/Classes/EventListener/InitializeCodeEditorInEditFileForm.php 2 additions, 2 deletions...sses/EventListener/InitializeCodeEditorInEditFileForm.php
- typo3/sysext/backend/Classes/History/Event/AfterHistoryRollbackFinishedEvent.php 6 additions, 6 deletions...asses/History/Event/AfterHistoryRollbackFinishedEvent.php
- typo3/sysext/backend/Classes/History/Event/BeforeHistoryRollbackStartEvent.php 5 additions, 5 deletions...Classes/History/Event/BeforeHistoryRollbackStartEvent.php
- typo3/sysext/backend/Classes/LoginProvider/Event/ModifyPageLayoutOnLoginProviderSelectionEvent.php 4 additions, 4 deletions...r/Event/ModifyPageLayoutOnLoginProviderSelectionEvent.php
- typo3/sysext/backend/Classes/Search/Event/ModifyQueryForLiveSearchEvent.php 2 additions, 2 deletions...nd/Classes/Search/Event/ModifyQueryForLiveSearchEvent.php
- typo3/sysext/backend/Classes/Search/Event/ModifyResultItemInLiveSearchEvent.php 2 additions, 2 deletions...lasses/Search/Event/ModifyResultItemInLiveSearchEvent.php
- typo3/sysext/backend/Classes/View/Event/IsContentUsedOnPageLayoutEvent.php 1 addition, 1 deletion...end/Classes/View/Event/IsContentUsedOnPageLayoutEvent.php
- typo3/sysext/backend/Classes/View/Event/ModifyDatabaseQueryForContentEvent.php 2 additions, 2 deletions...Classes/View/Event/ModifyDatabaseQueryForContentEvent.php
- typo3/sysext/backend/Classes/View/Event/ModifyDatabaseQueryForRecordListingEvent.php 6 additions, 6 deletions...s/View/Event/ModifyDatabaseQueryForRecordListingEvent.php
Please register or sign in to comment