-
Notifications
You must be signed in to change notification settings - Fork 815
API Deprecate API which was removed or changed in CMS 6 #11662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4155,8 +4155,7 @@ public function isInDB() | |
| return is_numeric($this->ID) && $this->ID > 0; | ||
| } | ||
|
|
||
| /* | ||
| * @ignore | ||
| /** | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Due to the missing |
||
| * @deprecated 5.2.0 Will be removed without equivalent functionality | ||
| */ | ||
| private static $subclass_access = true; | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #10801 and https://github.com/silverstripe/silverstripe-framework/releases/tag/5.1.0