Generates list of subpages for the translatable bundle that can be moved or deleted. More...
Public Member Functions | |
| __construct (private readonly TranslatableBundleFactory $bundleFactory, private readonly LinkBatchFactory $linkBatchFactory,) | |
| getSubpagesPerType (TranslatableBundle $bundle, bool $fetchTalkPages) | |
| getEmptyResultSet () | |
Generates list of subpages for the translatable bundle that can be moved or deleted.
Definition at line 17 of file SubpageListBuilder.php.
| MediaWiki\Extension\Translate\MessageGroupProcessing\SubpageListBuilder::__construct | ( | private readonly TranslatableBundleFactory | $bundleFactory, |
| private readonly LinkBatchFactory | $linkBatchFactory ) |
Definition at line 19 of file SubpageListBuilder.php.
| MediaWiki\Extension\Translate\MessageGroupProcessing\SubpageListBuilder::getEmptyResultSet | ( | ) |
Definition at line 93 of file SubpageListBuilder.php.
| MediaWiki\Extension\Translate\MessageGroupProcessing\SubpageListBuilder::getSubpagesPerType | ( | TranslatableBundle | $bundle, |
| bool | $fetchTalkPages ) |
Definition at line 25 of file SubpageListBuilder.php.