collection-8.x-1.x-dev/src/CollectionTranslationHandler.php
src/CollectionTranslationHandler.php
<?php
namespace Drupal\collection;
use Drupal\content_translation\ContentTranslationHandler;
/**
* Defines the translation handler for collection.
*/
class CollectionTranslationHandler extends ContentTranslationHandler {
// Override here the needed methods from ContentTranslationHandler.
}
