gradient_server-1.0.x-dev/modules/source/src/SourceTranslationHandler.php
modules/source/src/SourceTranslationHandler.php
<?php
namespace Drupal\source;
use Drupal\content_translation\ContentTranslationHandler;
/**
* Defines the translation handler for source.
*/
class SourceTranslationHandler extends ContentTranslationHandler {
// Override here the needed methods from ContentTranslationHandler.
}
