account()

public function account(): void

Description

Redirects to the 'create' route for the Trongate administrators module based on the user's token. If a valid 'Trongate token' is authenticated, the method constructs a redirect URL to the 'create' route with the user's ID appended.

Parameters

Parameter Type Description Default Required
This method does not take any parameters.

Return Value

Type Description
void This method does not return any value.

Example Usage

// Example Usage not available for this method