Issue #2090969 by lokapujya, tstoeckler, mgifford, mikemiles86: Minor code-style issues in SessionTestController
parent
68c94f0e8f
commit
efee7757ad
|
@ -16,6 +16,7 @@ use Symfony\Component\HttpFoundation\Response;
|
||||||
* Controller providing page callbacks for the action admin interface.
|
* Controller providing page callbacks for the action admin interface.
|
||||||
*/
|
*/
|
||||||
class SessionTestController extends ControllerBase {
|
class SessionTestController extends ControllerBase {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prints the stored session value to the screen.
|
* Prints the stored session value to the screen.
|
||||||
*
|
*
|
||||||
|
@ -123,4 +124,5 @@ class SessionTestController extends ControllerBase {
|
||||||
public function isLoggedIn() {
|
public function isLoggedIn() {
|
||||||
return ['#markup' => $this->t('User is logged in.')];
|
return ['#markup' => $this->t('User is logged in.')];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue