Interface
protected Interface
interface TranslatableProtected
{
// detect if a given translation attribute value is empty or not
protected function isEmptyTranslatableAttribute(string $key, $value): bool;
// save all attached translations
protected function saveTranslations(): bool;
}Last updated
Was this helpful?