Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
graphql_fragment_include
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
graphql_fragment_include
Commits
79622a06
Commit
79622a06
authored
5 years ago
by
Alberto Silva
Browse files
Options
Downloads
Patches
Plain Diff
Removes comment
parent
65e08589
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/GraphQL/Fragment/GraphQLFragmentLoader.php
+0
-17
0 additions, 17 deletions
src/GraphQL/Fragment/GraphQLFragmentLoader.php
with
0 additions
and
17 deletions
src/GraphQL/Fragment/GraphQLFragmentLoader.php
+
0
−
17
View file @
79622a06
...
@@ -100,23 +100,6 @@ class GraphQLFragmentLoader implements GraphQLFragmentLoaderInterface {
...
@@ -100,23 +100,6 @@ class GraphQLFragmentLoader implements GraphQLFragmentLoaderInterface {
return
$string
;
return
$string
;
}
}
/**
* Detects if a string contains an include.
*
* @param string $string
* The string to check.
*
* @return bool
* True if a include is detected.
*
* protected function containsInclude(string $string) {
* if (preg_match("/^#\s+include\s+(\S+)\s*$/m", $string)) {
* return TRUE;
* }
* return FALSE;
* }
*/
/**
/**
* Tells whether a fragment has been already loaded.
* Tells whether a fragment has been already loaded.
*
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment