protected ContentTranslationManager::loadContentLanguageSettings($entity_type_id, $bundle)
Loads a content language config entity based on the entity type and bundle.
Parameters
string $entity_type_id: ID of the entity type.
string $bundle: Bundle name.
Return value
\Drupal\language\Entity\ContentLanguageSettings The content language config entity if one exists. Otherwise, returns default values.
File
core/modules/content_translation/src/ContentTranslationManager.php, line 120
Class
Conte