You are here

namespace BackupMigrate\Core\Translation in Backup and Migrate 8.4

Classsort descending Location Description
PassthroughTranslator lib/backup_migrate_core/src/Translation/PassthroughTranslator.php This translator service simply passes through the us-english strings with the replacement tokens substituted in.
TranslatableInteface lib/backup_migrate_core/src/Translation/TranslatableInteface.php Interface TranslatableInteface.
TranslatableTrait lib/backup_migrate_core/src/Translation/TranslatableTrait.php This trait can be used to implement the TranslatableInterface.
TranslatorInterface lib/backup_migrate_core/src/Translation/TranslatorInterface.php An interface for a language translation service. Follows the Drupal translation model where a fully formed english string with replacement tokens is passed in and then localized.