MediaWiki  master
SlotRenderingProvider.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Revision;
4 
5 use ParserOutput;
6 
13 
24  public function getSlotParserOutput( $role, array $hints = [] );
25 
26 }
A lazy provider of ParserOutput objects for a revision's individual slots.
getSlotParserOutput( $role, array $hints=[])