LoginProviderInterface
Interface for Backend Login providers
Table of Contents
Methods
- modifyView() : string
- Interface to render the backend login view.
Methods
modifyView()
Interface to render the backend login view.
public
modifyView(ServerRequestInterface $request, ViewInterface $view) : string
See UsernamePasswordLoginProvider on how this can be used.
Parameters
- $request : ServerRequestInterface
- $view : ViewInterface
Return values
string —Template file to render