Skip to content

Instantly share code, notes, and snippets.

@arnested
Last active December 3, 2018 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arnested/9844241d3284d60a965d13b8aa42baaf to your computer and use it in GitHub Desktop.
Save arnested/9844241d3284d60a965d13b8aa42baaf to your computer and use it in GitHub Desktop.
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