Commit 44389f7f authored by mxh's avatar mxh
Browse files

Issue #3257933 by nojj, mxh: Warning: Invalid argument supplied for foreach()...

Issue #3257933 by nojj, mxh: Warning: Invalid argument supplied for foreach() in Drupal\Core\Plugin\Context\ContextDefinition->isSatisfiedBy() (line 308 of ...)
parent c2bc0d52
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -60,7 +60,8 @@ class GenericEntityContextDefinition extends EntityContextDefinition {
    if ($this->getEntityTypeId()) {
      return parent::getSampleValues();
    }
    return NULL;
    // Cannot generate any sample values if the entity type is not known.
    return [];
  }

}