niobi-8.x-2.0-alpha4/modules/niobi_form/modules/niobi_app/src/NiobiApplicationWorkflowStageTranslationHandler.php
modules/niobi_form/modules/niobi_app/src/NiobiApplicationWorkflowStageTranslationHandler.php
<?php
namespace Drupal\niobi_app;
use Drupal\content_translation\ContentTranslationHandler;
/**
* Defines the translation handler for niobi_application_workflow_stage.
*/
class NiobiApplicationWorkflowStageTranslationHandler extends ContentTranslationHandler {
// Override here the needed methods from ContentTranslationHandler.
}
