abstract class TranslatableManager implements BasicEntityManagerInterface

Translatable entity manager

Methods

setRepositoryLocale(ContainerInterface|null $container)

Sets the repository request default locale

setRepository(mixed $repository)

No description

mixed
getLanguagesForIds(array $ids)

No description

Details

at line 30
setRepositoryLocale(ContainerInterface|null $container)

Sets the repository request default locale

Parameters

ContainerInterface|null $container

Exceptions

InvalidArgumentException if repository is not an instance of TranslatableRepository

at line 63
setRepository(mixed $repository)

Parameters

mixed $repository

at line 73
mixed getLanguagesForIds(array $ids)

Parameters

array $ids

Return Value

mixed