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