Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
search_api
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
search_api
Merge requests
!130
Add hasOverrides method
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Add hasOverrides method
issue/search_api-2983999:2983999-add-new-hasoverrides
into
8.x-1.x
Overview
0
Commits
1
Pipelines
1
Changes
1
Open
Add hasOverrides method
Sascha Grossenbacher
requested to merge
issue/search_api-2983999:2983999-add-new-hasoverrides
into
8.x-1.x
Apr 12, 2024
Overview
0
Commits
1
Pipelines
1
Changes
1
Closes
#2983999
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (HEAD)
and
latest version
latest version
8f4ee61e
1 commit,
Apr 12, 2024
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/UnsavedIndexConfiguration.php
+
7
−
0
View file @ a28897fc
Edit in single-file editor
Open in Web IDE
Show full file
@@ -1152,4 +1152,11 @@ class UnsavedIndexConfiguration implements IndexInterface, UnsavedConfigurationI
return
$this
->
entity
->
getThirdPartyProviders
();
}
/**
* {@inheritdoc}
*/
public
function
hasOverrides
():
bool
{
return
$this
->
entity
->
hasOverrides
();
}
}
Loading