function ContentTranslationHandlerInterface::getFieldDefinitions
Same name in other branches
- 9 core/modules/content_translation/src/ContentTranslationHandlerInterface.php \Drupal\content_translation\ContentTranslationHandlerInterface::getFieldDefinitions()
- 10 core/modules/content_translation/src/ContentTranslationHandlerInterface.php \Drupal\content_translation\ContentTranslationHandlerInterface::getFieldDefinitions()
- 11.x core/modules/content_translation/src/ContentTranslationHandlerInterface.php \Drupal\content_translation\ContentTranslationHandlerInterface::getFieldDefinitions()
Returns a set of field definitions to be used to store metadata items.
Return value
\Drupal\Core\Field\FieldDefinitionInterface[]
1 method overrides ContentTranslationHandlerInterface::getFieldDefinitions()
- ContentTranslationHandler::getFieldDefinitions in core/
modules/ content_translation/ src/ ContentTranslationHandler.php - Returns a set of field definitions to be used to store metadata items.
File
-
core/
modules/ content_translation/ src/ ContentTranslationHandlerInterface.php, line 21
Class
- ContentTranslationHandlerInterface
- Interface for providing content translation.
Namespace
Drupal\content_translationCode
public function getFieldDefinitions();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.