Definition at line 32 of file StaticUrlHandler.php.
 
◆ __construct()
      
        
          | ILIAS\Authentication\StaticUrlHandler::__construct  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getNamespace()
      
        
          | ILIAS\Authentication\StaticUrlHandler::getNamespace  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ handle()
      
        
          | ILIAS\Authentication\StaticUrlHandler::handle  | 
          ( | 
          Request  | 
          $request,  | 
        
        
           | 
           | 
          Context  | 
          $context,  | 
        
        
           | 
           | 
          Factory  | 
          $response_factory  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 49 of file StaticUrlHandler.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
   51         $additional_params = implode(
'/', $request->getAdditionalParameters() ?? []);
    53         return match ($additional_params) {
    54             'login' => $response_factory->can(
'login.php?' . http_build_query([
    55                 'cmd' => 
'force_login',
    56                 'lang' => $this->
language->getLangKey(),
 language()
 description: > Example for rendring a language glyph. 
 
 
 
 
◆ $ctrl
◆ $language
  
  
      
        
          | readonly ilLanguage ILIAS\Authentication\StaticUrlHandler::$language | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: