interface LingotekContentTranslationHandlerInterface in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
- 4.0.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
- 3.0.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
- 3.1.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
- 3.2.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
- 3.3.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
- 3.4.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
- 3.5.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
- 3.6.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
- 3.7.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
- 3.8.x src/LingotekContentTranslationHandlerInterface.php \Drupal\lingotek\LingotekContentTranslationHandlerInterface
Interface for providing Lingotek content translation.
Defines a set of methods to allow any entity to be processed by the entity translation UI.
Hierarchy
- interface \Drupal\lingotek\LingotekContentTranslationHandlerInterface
Expanded class hierarchy of LingotekContentTranslationHandlerInterface
All classes that implement LingotekContentTranslationHandlerInterface
File
- src/
LingotekContentTranslationHandlerInterface.php, line 16
Namespace
Drupal\lingotekView source
interface LingotekContentTranslationHandlerInterface {
/**
* {@inheritdoc}
*/
public function getFieldDefinitions();
}