-
Notifications
You must be signed in to change notification settings - Fork 822
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
update DataExtension class to match all extension points #4376
Comments
This sounds more like a docs problem than a code one. Would you mind submitting a PR? |
You mean a PR for DataExtension? Then it will be in API docs automatically. Yes, i can do this. Can you assign the ticket to me? |
yep, for DataExtension. I can only assign to people on the core team, I'm afraid |
There are still a bunch of methods without PHPDocs in DataExtension in SS4 e.g. onBeforeWrite and onAfterWrite, re-assigning labels |
Closed in favour of #11050 |
There are some undocumented extensions points in DataObject that are quite unknown, cause DataExtension class doesn't reflect it. E.g.
updateSearchableFields()
(see http://api.silverstripe.org/3.1/source-class-DataObject.html#3260)The text was updated successfully, but these errors were encountered: