diff --git a/core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php b/core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php index 1de5b2443b..517616e6df 100644 --- a/core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php +++ b/core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php @@ -2,8 +2,6 @@ namespace Drupal\path\Plugin\migrate\process\d6; -@trigger_error('The ' . __NAMESPACE__ . '\UrlAliasLanguage is deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. No direct replacement is provided. See https://www.drupal.org/node/3013865', E_USER_DEPRECATED); - use Drupal\migrate\MigrateExecutableInterface; use Drupal\migrate\ProcessPluginBase; use Drupal\migrate\Row;