@trigger_error('Calling '.__METHOD__.'() without the $accountCancellation argument is deprecated in drupal:11.5.0 and it will be required in drupal:12.0.0. See https://www.drupal.org/node/3620934',E_USER_DEPRECATED);
'title'=>$this->t('Disable the account and keep its content.'),
'description'=>$this->t('Your account will be blocked and you will no longer be able to log in. All of your content will remain attributed to your username.'),
],
'user_cancel_block_unpublish'=>[
'title'=>$this->t('Disable the account and unpublish its content.'),
'description'=>$this->t('Your account will be blocked and you will no longer be able to log in. All of your content will be hidden from everyone but administrators.'),
],
'user_cancel_reassign'=>[
'title'=>$this->t('Delete the account and make its content belong to the %anonymous-name user. This action cannot be undone.',['%anonymous-name'=>$anonymous_name]),
'description'=>$this->t('Your account will be removed and all account information deleted. All of your content will be assigned to the %anonymous-name user.',['%anonymous-name'=>$anonymous_name]),
],
'user_cancel_delete'=>[
'title'=>$this->t('Delete the account and its content. This action cannot be undone.'),
'description'=>$this->t('Your account will be removed and all account information deleted. All of your content will also be deleted.'),
@@ -51,6 +46,11 @@ public function __construct(ConfigFactoryInterface $config_factory, TypedConfigM
$this->roleStorage=func_get_arg(3);
@trigger_error('Calling '.__METHOD__.'() with the $module_handler argument is deprecated in drupal:11.4.0 and is removed from drupal:12.0.0. See https://www.drupal.org/node/3566911',E_USER_DEPRECATED);
}
if($accountCancellation===NULL){
@trigger_error('Calling '.__METHOD__.'() without the $accountCancellation argument is deprecated in drupal:11.5.0 and it will be required in drupal:12.0.0. See https://www.drupal.org/node/3620934',E_USER_DEPRECATED);
@trigger_error('Calling '.__METHOD__.'() without the $accountCancellation argument is deprecated in drupal:11.5.0 and it will be required in drupal:12.0.0. See https://www.drupal.org/node/3620934',E_USER_DEPRECATED);