public ContentTranslationManagerInterface::isSupported($entity_type_id)
Checks whether an entity type supports translation.
Parameters
string $entity_type_id: The entity type.
Return value
bool TRUE if an entity type is supported, FALSE otherwise.
File
- core/modules/content_translation/src/ContentTranslationManagerInterface.php, line 29
Class
- ContentTranslationManagerInterface
- Provides an interface for common functionality for content translation.
Namespace
Drupal\content_translation
Code
1 | public function isSupported( $entity_type_id ); |
Please login to continue.