App\Modules\Users\Controllers\Registrar::create PHP Method

create() public method

Display the register view.
public create ( ) : Core\View
return Core\View
    public function create()
    {
        return $this->getView()->shares('title', __d('users', 'User Registration'));
    }