public function LanguageSwitcherInterface::getLanguageSwitchLinks in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/language/src/LanguageSwitcherInterface.php \Drupal\language\LanguageSwitcherInterface::getLanguageSwitchLinks()
Returns language switch links.
Parameters
\Symfony\Component\HttpFoundation\Request $request: The current request.
string $type: The language type.
\Drupal\Core\Url $url: The URL the switch links will be relative to.
Return value
array An array of link arrays keyed by language code.
3 methods override LanguageSwitcherInterface::getLanguageSwitchLinks()
- LanguageNegotiationContentEntity::getLanguageSwitchLinks in core/
modules/ language/ src/ Plugin/ LanguageNegotiation/ LanguageNegotiationContentEntity.php - Returns language switch links.
- LanguageNegotiationSession::getLanguageSwitchLinks in core/
modules/ language/ src/ Plugin/ LanguageNegotiation/ LanguageNegotiationSession.php - Returns language switch links.
- LanguageNegotiationUrl::getLanguageSwitchLinks in core/
modules/ language/ src/ Plugin/ LanguageNegotiation/ LanguageNegotiationUrl.php - Returns language switch links.
File
- core/
modules/ language/ src/ LanguageSwitcherInterface.php, line 31 - Contains \Drupal\language\LanguageSwitcherInterface.
Class
- LanguageSwitcherInterface
- Interface for language switcher classes.
Namespace
Drupal\languageCode
public function getLanguageSwitchLinks(Request $request, $type, Url $url);