You are here

public function PollChoiceTranslationMetadataWrapper::isPublished in Poll 8

Returns the translation published status.

Return value

bool TRUE if the translation is published, FALSE otherwise.

Overrides ContentTranslationMetadataWrapper::isPublished

File

src/PollChoiceTranslationMetadataWrapper.php, line 58

Class

PollChoiceTranslationMetadataWrapper
Base class for content translation metadata wrappers.

Namespace

Drupal\poll

Code

public function isPublished() {
  return TRUE;
}