Issue #3455113 by b_sharpe, ankitv18, alexpott, pooja_sharma, phenaproxima,...
Issue #3455113 by b_sharpe, ankitv18, alexpott, pooja_sharma, phenaproxima, thejimbirch: Rename ensure_exists to createIfNotExists, and camel-case simpleConfigUpdate for consistency
(cherry picked from commit 9cd7babd)
'message'=>'The plugin ID "entity_create:ensure_exists" is deprecated in drupal:10.3.1 and will be removed in drupal:12.0.0. Use "entity_create:createIfNotExists" instead. See https://www.drupal.org/node/3458273.',
],
'simple_config_update'=>[
'replacement'=>'simpleConfigUpdate',
'message'=>'The plugin ID "simple_config_update" is deprecated in drupal:10.3.1 and will be removed in drupal:12.0.0. Use "simpleConfigUpdate" instead. See https://www.drupal.org/node/3458273.',
],
];
/**
* Constructs a new \Drupal\Core\Config\Action\ConfigActionManager object.
*
@@ -218,4 +234,28 @@ protected function getShorthandActionIdsForEntityType(string $entityType): array