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