function ContentTranslationManager::getTranslationHandler
Same name in other branches
- 9 core/modules/content_translation/src/ContentTranslationManager.php \Drupal\content_translation\ContentTranslationManager::getTranslationHandler()
- 8.9.x core/modules/content_translation/src/ContentTranslationManager.php \Drupal\content_translation\ContentTranslationManager::getTranslationHandler()
- 10 core/modules/content_translation/src/ContentTranslationManager.php \Drupal\content_translation\ContentTranslationManager::getTranslationHandler()
1 call to ContentTranslationManager::getTranslationHandler()
- ContentTranslationManager::getTranslationMetadata in core/
modules/ content_translation/ src/ ContentTranslationManager.php
File
-
core/
modules/ content_translation/ src/ ContentTranslationManager.php, line 45
Class
- ContentTranslationManager
- Provides common functionality for content translation.
Namespace
Drupal\content_translationCode
public function getTranslationHandler($entity_type_id) {
return $this->entityTypeManager
->getHandler($entity_type_id, 'translation');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.