ReviewForm::$deprecatedProperties

The service properties that should raise a deprecation error.

Type: deprecatedProperties

File

core/modules/migrate_drupal_ui/src/Form/ReviewForm.php, line 43

Class

ReviewForm
Migrate Upgrade review form.

Namespace

Drupal\migrate_drupal_ui\Form

Code

private array $deprecatedProperties = [
    'moduleHandler' => 'module_handler',
];

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