You are here

protected property UserListBuilder::$redirectDestination in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/user/src/UserListBuilder.php \Drupal\user\UserListBuilder::redirectDestination
  2. 9 core/modules/user/src/UserListBuilder.php \Drupal\user\UserListBuilder::redirectDestination

The redirect destination service.

Type: \Drupal\Core\Routing\RedirectDestinationInterface

Overrides RedirectDestinationTrait::$redirectDestination

File

core/modules/user/src/UserListBuilder.php, line 33

Class

UserListBuilder
Defines a class to build a listing of user entities.

Namespace

Drupal\user

Code

protected $redirectDestination;