auctions-1.0.x-dev/modules/auctions_core/src/AuctionItemTranslationHandler.php
modules/auctions_core/src/AuctionItemTranslationHandler.php
<?php
namespace Drupal\auctions_core;
use Drupal\content_translation\ContentTranslationHandler;
/**
* Defines the translation handler for auction_item.
*/
class AuctionItemTranslationHandler extends ContentTranslationHandler {
// Override here the needed methods from ContentTranslationHandler.
}
