hasLanguages = !empty( $out->getLanguageLinks() ); } /** * Whether the Title is also available in other languages or variants * @param Title $title * @return bool */ public function doesTitleHasLanguagesOrVariants( Title $title ) { return $this->hasLanguages || $title->getPageLanguage()->hasVariants(); } }