Overrides ContentTranslationHandler::entityFormTitle
protected function entityFormTitle(EntityInterface $entity) { $type_name = node_get_type_label($entity); return t('<em>Edit @type</em> @title', [ '@type' => $type_name, '@title' => $entity->label(), ]); }