Manual:ViewAction.php
Appearance
MediaWiki file: ViewAction.php | |
---|---|
Location: | includes/actions/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | ViewAction |
Details
[edit]ViewAction.php handles viewing article content and only serves as a wrapper that calls the Article::view()
method.
It extends FormlessAction.