File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
currentMethodRoutes
— Get all routes that are registered the to current request method, either GET,POST,PUT,DELETE. This function does not return teh ANY array
void — No return information has been documented for this function.
<?php
//Call the function currentMethodRoutes with the example vars
Twist::Route() -> currentMethodRoutes();