ConfigActionManager::$deprecatedPluginIds

Same name in other branches
  1. 10 core/lib/Drupal/Core/Config/Action/ConfigActionManager.php \Drupal\Core\Config\Action\ConfigActionManager::deprecatedPluginIds

Information about all deprecated plugin IDs.

Type: string[]

File

core/lib/Drupal/Core/Config/Action/ConfigActionManager.php, line 61

Class

ConfigActionManager

Namespace

Drupal\Core\Config\Action

Code

private static array $deprecatedPluginIds = [
    'entity_create:ensure_exists' => [
        'replacement' => 'entity_create:createIfNotExists',
        '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.',
    ],
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.