You are here

protected property LanguageNegotiationSession::$queryParam in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php \Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationSession::queryParam
  2. 10 core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php \Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationSession::queryParam

The query parameter name to rewrite.

Type: string

File

core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php, line 38

Class

LanguageNegotiationSession
Identify language from a request/session parameter.

Namespace

Drupal\language\Plugin\LanguageNegotiation

Code

protected $queryParam;