ProviderInterface
interface ProviderInterface (View source)
Methods
List the available translations for a specific core version.
Get core translations stats for a specific locale ID.
List the available translations for a specific package version.
Get package translations stats for a specific locale ID.
Fetch the translations for the concrete5 core.
Fetch the translations for a package.
Fill-in already known translations.
Details
at line 16
Stats[]
getAvailableCoreStats(string $coreVersion, int|null $progressLimit = null)
List the available translations for a specific core version.
at line 27
Stats
getCoreStats(string $coreVersion, string $localeID, int|null $progressLimit = null)
Get core translations stats for a specific locale ID.
at line 38
Stats[]
getAvailablePackageStats(string $packageHandle, string $packageVersion, int|null $progressLimit = null)
List the available translations for a specific package version.
at line 48
Stats
getPackageStats($packageHandle, $packageVersion, $localeID, $progressLimit = null)
Get package translations stats for a specific locale ID.
at line 59
string
fetchCoreTranslations(string $coreVersion, string $localeID, string $formatHandle = 'mo')
Fetch the translations for the concrete5 core.
at line 71
string
fetchPackageTranslations(string $packageHandle, string $packageVersion, string $localeID, string $formatHandle = 'mo')
Fetch the translations for a package.
at line 80
Translations
fillTranslations(Translations $translations)
Fill-in already known translations.