ContentTranslationManagerInterface::getSupportedEntityTypes

public 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.

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

1
public function getSupportedEntityTypes();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.