A parser that translates page titles from a foreign wiki into titles on the local wiki, keeping a specified target page in mind. More...
Public Member Functions | |
| __construct (private readonly NamespaceInfo $namespaceInfo, private readonly TitleFactory $titleFactory, private readonly Title $targetPage,) | |
| createTitleFromForeignTitle (ForeignTitle $foreignTitle) | |
A parser that translates page titles from a foreign wiki into titles on the local wiki, keeping a specified target page in mind.
Definition at line 21 of file TranslatableBundleImportTitleFactory.php.
| MediaWiki\Extension\Translate\MessageGroupProcessing\TranslatableBundleImportTitleFactory::__construct | ( | private readonly NamespaceInfo | $namespaceInfo, |
| private readonly TitleFactory | $titleFactory, | ||
| private readonly Title | $targetPage ) |
Definition at line 26 of file TranslatableBundleImportTitleFactory.php.
| MediaWiki\Extension\Translate\MessageGroupProcessing\TranslatableBundleImportTitleFactory::createTitleFromForeignTitle | ( | ForeignTitle | $foreignTitle | ) |
Definition at line 33 of file TranslatableBundleImportTitleFactory.php.