We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DropdownField has the protected function getFieldOption() as shown here: https://github.com/silverstripe/silverstripe-framework/blob/4/src/Forms/DropdownField.php#L97, however this doesn't show up on the API docs: https://api.silverstripe.org/4/SilverStripe/Forms/DropdownField.html
getFieldOption()
In fact, no protected functions are showing up, I suspect that means there's a bug there.
Functions should also surface their visibility in these docs.
The text was updated successfully, but these errors were encountered:
This has been fixed
Sorry, something went wrong.
No branches or pull requests
DropdownField has the protected function
getFieldOption()
as shown here: https://github.com/silverstripe/silverstripe-framework/blob/4/src/Forms/DropdownField.php#L97, however this doesn't show up on the API docs: https://api.silverstripe.org/4/SilverStripe/Forms/DropdownField.htmlIn fact, no protected functions are showing up, I suspect that means there's a bug there.
Functions should also surface their visibility in these docs.
PRs
The text was updated successfully, but these errors were encountered: