Skip to content
Snippets Groups Projects

Add hasOverrides method

1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -1152,4 +1152,11 @@ class UnsavedIndexConfiguration implements IndexInterface, UnsavedConfigurationI
return $this->entity->getThirdPartyProviders();
}
/**
* {@inheritdoc}
*/
public function hasOverrides(): bool {
return $this->entity->hasOverrides();
}
}
Loading