Problem/Motivation

YAML Form module should take advantage of the new the new YAML wrapper which use the PECL Yaml PHP extension

#1920902: Add a Drupal Yaml wrapper so we can default to PECL Yaml component if it is available

Proposed resolution

Replace use Drupal\Component\Serialization\Yaml with use Drupal\Core\Serialization\Yaml;

Notes

This can only happen after 8.2 is released.

CommentFileSizeAuthor
#9 replace-2777343-9.patch18.6 KBjrockowitz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jrockowitz created an issue. See original summary.

jrockowitz’s picture

Title: Replace use Drupal\Component\Serialization\Yaml with use Drupal\Core\Serialization\Yaml; » Replace Drupal\Component\Serialization\Yaml with Drupal\Core\Serialization\Yaml;
Issue summary: View changes
jrockowitz’s picture

jrockowitz’s picture

Issue summary: View changes
jrockowitz’s picture

Once this is done we should also apply [#2299747] with version numbers

jrockowitz’s picture

Issue tags: +Require Drupal 8.2.x (2822146)
jrockowitz’s picture

Issue tags: -Require Drupal 8.2.x (2822146)
Parent issue: » #2822146: Require Drupal 8.2.x
jrockowitz’s picture

Status: Postponed » Needs review
FileSize
18.6 KB
jrockowitz’s picture

Status: Needs review » Fixed

  • jrockowitz committed 467e4bf on 8.x-1.x
    Issue #2777343 by jrockowitz: Replace Drupal\Component\Serialization\...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.