ContentTranslationManagerInterface::isSupported

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);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.