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\pollCode
public function getFieldDefinitions() {
return [];
}