Last active
December 3, 2018 09:35
-
-
Save arnested/9844241d3284d60a965d13b8aa42baaf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php b/core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php | |
index 7a823a4742..934b18df15 100644 | |
--- a/core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php | |
+++ b/core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php | |
@@ -43,7 +43,7 @@ protected function ensureComputedValue() { | |
/** | |
* {@inheritdoc} | |
*/ | |
- public function getValue() { | |
+ public function getValue($include_computed = FALSE) { | |
$this->ensureComputedValue(); | |
return parent::getValue(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment