You are here

public function PollChoiceTranslationHandler::getFieldDefinitions in Poll 8

Returns a set of field definitions to be used to store metadata items.

Return value

\Drupal\Core\Field\FieldDefinitionInterface[]

Overrides ContentTranslationHandler::getFieldDefinitions

File

src/PollChoiceTranslationHandler.php, line 14

Class

PollChoiceTranslationHandler
Defines the translation handler for poll.

Namespace

Drupal\poll

Code

public function getFieldDefinitions() {
  return [];
}