You are here

protected property PasswordReset::$currentRequest in GraphQL 8.4

The current request.

Type: \Symfony\Component\HttpFoundation\Request

File

src/Plugin/GraphQL/DataProducer/User/PasswordReset.php, line 38

Class

PasswordReset
Resets the user's password (mutation).

Namespace

Drupal\graphql\Plugin\GraphQL\DataProducer\User

Code

protected $currentRequest;