You are here

public property RoleExpiresEvent::$ridBefore in Role Expire 2.x

Same name and namespace in other branches
  1. 8 src/Event/RoleExpiresEvent.php \Drupal\role_expire\Event\RoleExpiresEvent::ridBefore

The rid of the role which the user has lost.

Type: string

File

src/Event/RoleExpiresEvent.php, line 29

Class

RoleExpiresEvent
Event that is fired when a user loses one of its roles.

Namespace

Drupal\role_expire\Event

Code

public $ridBefore;