BundleTranslationSettingsInterface
interface BundleTranslationSettingsInterface (View source)
Interface providing support for content translation bundle settings.
Methods
array
getBundleTranslationSettings(string $entity_type_id, string $bundle)
Returns translation settings for the specified bundle.
setBundleTranslationSettings(string $entity_type_id, string $bundle, array $settings)
Sets translation settings for the specified bundle.
Details
array
getBundleTranslationSettings(string $entity_type_id, string $bundle)
Returns translation settings for the specified bundle.
setBundleTranslationSettings(string $entity_type_id, string $bundle, array $settings)
Sets translation settings for the specified bundle.