Skip to content
Snippets Groups Projects
EventInstanceTranslationHandler.php 311 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    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.
    }