translations_pack-1.0.0-beta3/src/handlers/NodeTranslationHandler.php
src/handlers/NodeTranslationHandler.php
<?php
namespace Drupal\translations_pack\handlers;
use Drupal\node\NodeTranslationHandler as HandlerBase;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Form\FormStateInterface;
class NodeTranslationHandler extends HandlerBase {
use HandlerTrait;
}
