File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/inpsyde/backwpup-restore-shared/src/Api/Module/TranslationLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: TranslationInterface.php <?php declare(strict_types=1); namespace Inpsyde\Restore\Api\Module\Translation; use Symfony\Component\Translation\Loader\PoFileLoader; use Symfony\Component\Translation\Translator; interface TranslationInterface { /** * Get locale to use by the translator object. */ public function get_locale(): ?string; /** * Get language dir where to search for language files. * * @return string */ public function get_lang_dir(); /** * Setup the translator object ready for the trans() call. * * @param class-string<Translator> $translator_class The class name used to create the * instance * @param PoFileLoader $file_loader The class used to load the po * @param string $ext The extension of the file */ public function get_translator(string $translator_class, PoFileLoader $file_loader, string $ext): Translator; } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirRestoreTranslation.phpFile3.38 KB Rename | Delete | EditTranslationInterface.phpFile1,001.00 B Rename | Delete | Edit