You are here

protected property ChangeUserRoleBase::$entityType in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 31
Contains \Drupal\user\Plugin\Action\ChangeUserRoleBase.

Class

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

Namespace

Drupal\user\Plugin\Action

Code

protected $entityType;