argue-2.0.0-alpha4/modules/argue_proscons/src/ArgumentTranslationHandler.php
modules/argue_proscons/src/ArgumentTranslationHandler.php
<?php
namespace Drupal\argue_proscons;
use Drupal\content_translation\ContentTranslationHandler;
/**
* Defines the translation handler for argument.
*/
class ArgumentTranslationHandler extends ContentTranslationHandler {
// Override here the needed methods from ContentTranslationHandler.
}
