@trigger_error('\Drupal\Core\Password\PhpassHashedPassword is deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. The password compatibility service has been moved to the phpass module. Use \Drupal\phpass\Password\PhpassHashedPassword instead. See https://www.drupal.org/node/3322420',E_USER_DEPRECATED);
/**
* Deprecated legacy password hashing framework.
*
* @deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. The
* password compatibility service has been moved to the phpass module.
* Use \Drupal\phpass\Password\PhpassHashedPassword instead.
@@ -127,12 +127,7 @@ public function getConfiguration() {
/**
* {@inheritdoc}
*/
publicfunctionsetConfiguration($configuration){
if(!is_array($configuration)){
@trigger_error('Calling '.__METHOD__.'() with a non-array argument is deprecated in drupal:10.3.0 and will fail in drupal:11.0.0. See https://www.drupal.org/node/3406191',E_USER_DEPRECATED);
@@ -78,12 +78,7 @@ public function getConfiguration() {
/**
* {@inheritdoc}
*/
publicfunctionsetConfiguration($configuration){
if(!is_array($configuration)){
@trigger_error('Calling '.__METHOD__.'() with a non-array argument is deprecated in drupal:10.3.0 and will fail in drupal:11.0.0. See https://www.drupal.org/node/3406191',E_USER_DEPRECATED);
$this->expectDeprecation('Calling Drupal\Core\Plugin\DefaultLazyPluginCollection::setConfiguration() with a non-array argument is deprecated in drupal:10.3.0 and will fail in drupal:11.0.0. See https://www.drupal.org/node/3406191');