ContentTranslationManagerInterface::getTranslationHandler

public ContentTranslationManagerInterface::getTranslationHandler($entity_type_id)

Returns an instance of the Content translation handler.

Parameters

string $entity_type_id: The type of the entity being translated.

Return value

\Drupal\content_translation\ContentTranslationHandlerInterface An instance of the content translation handler.

File

core/modules/content_translation/src/ContentTranslationManagerInterface.php, line 40

Class

ContentTranslationManagerInterface
Provides an interface for common functionality for content translation.

Namespace

Drupal\content_translation

Code

public function getTranslationHandler($entity_type_id);
doc_Drupal
2016-10-29 08:58:22
Comments
Leave a Comment

Please login to continue.