You are here

public function ContentTranslationManagerInterface::getSupportedEntityTypes in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/content_translation/src/ContentTranslationManagerInterface.php \Drupal\content_translation\ContentTranslationManagerInterface::getSupportedEntityTypes()

Gets the entity types that support content translation.

Return value

\Drupal\Core\Entity\EntityTypeInterface[] An array of entity types that support content translation.

1 method overrides ContentTranslationManagerInterface::getSupportedEntityTypes()
ContentTranslationManager::getSupportedEntityTypes in core/modules/content_translation/src/ContentTranslationManager.php
Gets the entity types that support content translation.

File

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

Class

ContentTranslationManagerInterface
Provides an interface for common functionality for content translation.

Namespace

Drupal\content_translation

Code

public function getSupportedEntityTypes();