diff --git a/core/modules/action/src/Plugin/migrate/source/Action.php b/core/modules/action/src/Plugin/migrate/source/Action.php index f221496eb7..3fcb6f4a78 100644 --- a/core/modules/action/src/Plugin/migrate/source/Action.php +++ b/core/modules/action/src/Plugin/migrate/source/Action.php @@ -2,14 +2,14 @@ namespace Drupal\action\Plugin\migrate\source; -@trigger_error('The' . __NAMESPACE__ . '\Action is deprecated in drupal:8.9.0 and is removed from drupal:10.0.0. Use \Drupal\system\Plugin\migrate\source\Action instead. See https://www.drupal.org/node/3110401', E_USER_DEPRECATED); +@trigger_error('The' . __NAMESPACE__ . '\Action is deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use \Drupal\system\Plugin\migrate\source\Action instead. See https://www.drupal.org/node/3110401', E_USER_DEPRECATED); use Drupal\system\Plugin\migrate\source\Action as SystemAction; /** * Drupal action source from database. * - * @deprecated in drupal:8.9.0 and is removed from drupal:10.0.0. Use the + * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use the * \Drupal\system\Plugin\migrate\source\Action instead. * * @see https://www.drupal.org/node/3110401