You are here

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()
FallbackController::getTranslations in src/FallbackController.php

File

src/FallbackControllerInterface.php, line 46

Class

FallbackControllerInterface

Namespace

Drupal\entity_language_fallback

Code

public function getTranslations(ContentEntityInterface $entity);