Skip to content

Commit a95d3b8

Browse files
committed
feat (outline): add support for @deferred mode. Fixes #917.
1 parent f6d1bfc commit a95d3b8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Outline/OutlineResultPrinter.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ public function getName() {
2525
return wfMessage( 'srf_printername_outline' )->text();
2626
}
2727

28+
/**
29+
* @see ResultPrinter::isDeferrable
30+
*
31+
* {@inheritDoc}
32+
*/
33+
public function isDeferrable() {
34+
return true;
35+
}
36+
2837
/**
2938
* @see ResultPrinter::getParamDefinitions
3039
*

0 commit comments

Comments
 (0)