CakeDC\Users\Auth\Rules\Rule::allowed PHP Method

allowed() public method

Check the current entity is owned by the logged in user
public allowed ( array $user, string $role, Cake\Network\Request $request ) : boolean
$user array Auth array with the logged in data
$role string role of the user
$request Cake\Network\Request current request, used to get a default table if not provided
return boolean
    public function allowed(array $user, $role, Request $request);