public function FallbackControllerInterface::getTranslations in Entity Language Fallback 8
Parameters
\Drupal\Core\Entity\ContentEntityInterface $entity:
Return value
[] Array of entity translations, including fallback content.
1 method overrides FallbackControllerInterface::getTranslations()
File
- src/
FallbackControllerInterface.php, line 46
Class
Namespace
Drupal\entity_language_fallbackCode
public function getTranslations(ContentEntityInterface $entity);