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:
parent
9eae24d844
commit
28556d630e
1322 changed files with 6699 additions and 2064 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -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']);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue