You are here

OpignoAnswerTranslationHandler.php in Opigno module 8

Same filename and directory in other branches
  1. 3.x src/OpignoAnswerTranslationHandler.php

File

src/OpignoAnswerTranslationHandler.php
View source
<?php

namespace Drupal\opigno_module;

use Drupal\content_translation\ContentTranslationHandler;

/**
 * Defines the translation handler for opigno_answer.
 */
class OpignoAnswerTranslationHandler extends ContentTranslationHandler {

}

Classes

Namesort descending Description
OpignoAnswerTranslationHandler Defines the translation handler for opigno_answer.