recurring_events-2.0.x-dev/src/EventInstanceTranslationHandler.php
src/EventInstanceTranslationHandler.php
<?php
declare(strict_types=1);
namespace Drupal\recurring_events;
use Drupal\content_translation\ContentTranslationHandler;
/**
* Defines the translation handler for eventinstance.
*/
class EventInstanceTranslationHandler extends ContentTranslationHandler {
// Override here the needed methods from ContentTranslationHandler.
}
