updateFormLanguage($form_state); } /** * @see EntityTranslationDefaultHandler::entityFormTitle() */ protected function entityFormTitle() { return t('Edit comment @subject', array('@subject' => $this->getLabel())); } /** * @see EntityTranslationDefaultHandler::getStatus() */ protected function getStatus() { return (boolean) $this->entity->status; } }