function ChangeUserRoleBase::__construct
Overrides ConfigurableActionBase::__construct
File
- 
              core/modules/ user/ src/ Plugin/ Action/ ChangeUserRoleBase.php, line 31 
Class
- ChangeUserRoleBase
- Provides a base class for operations to change a user's role.
Namespace
Drupal\user\Plugin\ActionCode
public function __construct(array $configuration, $plugin_id, $plugin_definition, EntityTypeInterface $entity_type) {
  parent::__construct($configuration, $plugin_id, $plugin_definition);
  $this->entityType = $entity_type;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
