By alexpott on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.3.x
Introduced in version:
10.3.0
Issue links:
Description:
Methods in \Drupal\Component\Serialization\Yaml no longer checks for the YAML PECL extension, and now only uses the Symfony YAML implementation.
\Drupal\Component\Serialization\YamlSymfonyis deprecated and all methods on\Drupal\Component\Serialization\Yamlnow use the Symfony implementation\Drupal\Core\Serialization\Yamlis now an alias forDrupal\Component\Serialization\Yaml- The
yaml_parser_classsetting is deprecated and there is no replacement. It can be removed safely from your settings.php
Impacts:
Module developers
Comments
Hi,
Hi,
It seems that this settings remain in the code here: https://git.drupalcode.org/project/drupal/-/blob/10.3.x/core/lib/Drupal/...
This is normal?
We continue to get a deprecation messages about this setting.
Thanks a lot