File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/inpsyde/backwpup-restore-shared/src/Api/Module/TranslationLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 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