You are here

protected property ChangeUserRoleBase::$entityType in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php \Drupal\user\Plugin\Action\ChangeUserRoleBase::entityType

The user role entity type.

Type: \Drupal\Core\Entity\EntityTypeInterface

File

core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php, line 26

Class

ChangeUserRoleBase
Provides a base class for operations to change a user's role.

Namespace

Drupal\user\Plugin\Action

Code

protected $entityType;