mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-05 16:27:19 +02:00
Added getRouteDetails() method
This commit is contained in:
@@ -1366,4 +1366,9 @@ class Admin
|
||||
return $tmp_dir;
|
||||
}
|
||||
|
||||
public function getRouteDetails()
|
||||
{
|
||||
return [$this->base, $this->location, $this->route];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user