Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
|
This is the complete list of members for core\router\util, including all inherited members.
get_path_for_callable(string|array|callable $callable, array $params=[], array $queryparams=[],) | core\router\util | static |
get_route_instance_for_method(callable|array|string $callable) | core\router\util | static |
get_route_instance_for_request(ServerRequestInterface $request) | core\router\util | static |
get_route_name_for_callable(callable|array|string $callable,) | core\router\util | static |
normalise_component_path(string $component,) | core\router\util | static |
redirect(ResponseInterface $response, string|url $url,) | core\router\util | static |
redirect_to_callable(ServerRequestInterface $request, ResponseInterface $response, array|callable|string $callable, ?array $pathparams=null, ?array $queryparams=null, ?array $excludeparams=null,) | core\router\util | static |
redirect_with_params(string|url $path, array $excludeparams=[],) | core\router\util | static |
throw_page_not_found(ServerRequestInterface $request, ResponseInterface $response,) | core\router\util | static |