File path: dist/twist/Core/Routes/Manager.route.php
Namespace: Twist\Core\Routes
Extends: Base
load
— Manager route file that registers all the routes and restrictions required to allow the Manager to be run.
The manager route can be easily added to your site by calling the Twist::Route()->manager() alias function.
void — No return information has been documented for this function.
<?php
//Call the function load with the example vars
Twist::Manager() -> load();