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

public function isSupported($entity_type_id);
doc_Drupal
2016-10-29 08:58:22
Comments
Leave a Comment

Please login to continue.