updated core from 8.4 to 8.5 : bug with login_destination
This commit is contained in:
@@ -15,7 +15,10 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
*
|
||||
* @Block(
|
||||
* id = "help_block",
|
||||
* admin_label = @Translation("Help")
|
||||
* admin_label = @Translation("Help"),
|
||||
* forms = {
|
||||
* "settings_tray" = FALSE,
|
||||
* },
|
||||
* )
|
||||
*/
|
||||
class HelpBlock extends BlockBase implements ContainerFactoryPluginInterface {
|
||||
|
||||
Reference in New Issue
Block a user