function ContentTranslationManagerInterface::getSupportedEntityTypes
Same name in other branches
- 9 core/modules/content_translation/src/ContentTranslationManagerInterface.php \Drupal\content_translation\ContentTranslationManagerInterface::getSupportedEntityTypes()
- 8.9.x core/modules/content_translation/src/ContentTranslationManagerInterface.php \Drupal\content_translation\ContentTranslationManagerInterface::getSupportedEntityTypes()
- 11.x 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.
File
-
core/
modules/ content_translation/ src/ ContentTranslationManagerInterface.php, line 18
Class
- ContentTranslationManagerInterface
- Provides an interface for common functionality for content translation.
Namespace
Drupal\content_translationCode
public function getSupportedEntityTypes();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.