You are here

protected function EntityTranslationCommentHandler::getStatus in Entity Translation 7

Overrides EntityTranslationDefaultHandler::getStatus

See also

EntityTranslationDefaultHandler::getStatus()

File

includes/translation.handler.comment.inc, line 44
Comment translation handler for the entity translation module.

Class

EntityTranslationCommentHandler
Comment translation handler.

Code

protected function getStatus() {
  return (bool) $this->entity->status;
}