You are here

PollChoiceTranslationHandler.php in Poll 8

Namespace

Drupal\poll

File

src/PollChoiceTranslationHandler.php
View source
<?php

namespace Drupal\poll;

use Drupal\content_translation\ContentTranslationHandler;

/**
 * Defines the translation handler for poll.
 */
class PollChoiceTranslationHandler extends ContentTranslationHandler {

  /**
   * {@inheritdoc}
   */
  public function getFieldDefinitions() {
    return [];
  }

}

Classes

Namesort descending Description
PollChoiceTranslationHandler Defines the translation handler for poll.