devdocs
devdocs copied to clipboard
Source of the Moodle Developer Resources and Documentation
Note: I have deliberately not updated the stable versions. This change has been applied to 4.4, 4.5, 5.0, and main. It has _not_ been applied to 4.1.
# Need I think it should be possible (and not violate recommendations) to create a Moodle plugin that has a public web page. *No login. No access checks whatsoever. No...
### What is the Moodle feature that needs documenting? versioned_docs/version-5.0/apis/core/reportbuilder Could you add documentation for security/capability checks please :) I think to restrict access to a data entity it is...
### What is the issue that you're experiencing? Dark mode does not work well at the moment.  ### Are you able to provide a patch for this? None
https://github.com/moodle/devdocs/blob/8a7b2f9c339fc6227f0016a8cd06b5c763dd2679/general/development/policies/codingstyle/sql.md?plain=1#L51 Produces an `img` element with `alt="sql_indentation.png"`. Instead of providing the full description in the alternative text, I encourage providing a visible image caption so that everyone can benefit from...
I started splitting out from the Javascript page, the core module examples and information into separate subpages, adding extra ones for other useful modules.
If the method or function has a typed return, it needs to return accordingly, otherwise no return is required. See [this comment](https://tracker.moodle.org/browse/MDL-78375?focusedId=1163095&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1163095) for reference.
`question state` should presumably be `question_state`.