You are here

public function PollChoiceTranslationMetadataWrapper::isOutdated in Poll 8

Returns the translation outdated status.

Return value

bool TRUE if the translation is outdated, FALSE otherwise.

Overrides ContentTranslationMetadataWrapper::isOutdated

File

src/PollChoiceTranslationMetadataWrapper.php, line 30

Class

PollChoiceTranslationMetadataWrapper
Base class for content translation metadata wrappers.

Namespace

Drupal\poll

Code

public function isOutdated() {
  return FALSE;
}