Update to Drupal 8.1.2. For more information, see https://www.drupal.org/project/drupal/releases/8.1.2

This commit is contained in:
Pantheon Automation 2016-06-02 15:56:09 -07:00 committed by Greg Anderson
parent 9eae24d844
commit 28556d630e
1322 changed files with 6699 additions and 2064 deletions

View file

@ -215,7 +215,6 @@ class ContentEntityNormalizer extends NormalizerBase {
*
* @return array
* The typed data IDs.
*
*/
protected function getTypedDataIds($types, $context = array()) {
// The 'type' can potentially contain an array of type objects. By default,
@ -245,4 +244,5 @@ class ContentEntityNormalizer extends NormalizerBase {
return $typed_data_ids;
}
}

View file

@ -203,4 +203,5 @@ class DenormalizeTest extends NormalizerTestBase {
// Check the custom property that contains the list of fields to merge.
$this->assertEqual($denormalized->_restSubmittedFields, ['field_test_text']);
}
}