-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking changes: Remove object properties from the Object Manager an…
…d change signatures - Remove `$dataProvider` property and return an instance from the container on each call to the getter - Remove `$authenticationProvider` property and return an instance from the container on each call to the getter - Remove `$accessController` property and return an instance from the container on each call to the getter - Change `getDataProvider()` to take a Request instance as argument - Change `getAuthenticationProvider()` to take a Request instance as argument - Change `getAccessController()` to take a Request instance as argument - Change `getHandler()` to take a Request instance as argument - Change `CrudHandler::getDataProvider()` to require the Request as second argument
- Loading branch information
Showing
11 changed files
with
378 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.