Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ContentTranslationManagerInterface.php

function ContentTranslationManagerInterface::getTranslationHandler

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);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal