joomla-cms
joomla-cms copied to clipboard
[5.2] ArchiveModel: Deprecate and fix getData()
Summary of Changes
The ArchiveModel class of com_content contains a method getData(), which seems not have been updated in a long time and which also isn't used anywhere. This PR deprecates the method and replaces the content with a call to getItems().
Testing Instructions
Codereview
Link to documentations
Please select:
-
[ ] Documentation link for docs.joomla.org:
-
[X] No documentation changes for docs.joomla.org needed
-
[ ] Pull Request link for manual.joomla.org:
-
[X] No documentation changes for manual.joomla.org needed
@brianteeman what's the issue?
Missing documentation
What documentation are you expecting?
Pull Request link for manual.joomla.org: https://github.com/joomla/Manual/pull/267
Looks ok from code review.
Thanks!