Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xtc
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
xtc
Merge requests
!2
Coding standard fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Coding standard fix
issue/xtc-3347143:3347143-phpcs
into
2.x
Overview
0
Commits
7
Pipelines
0
Changes
80
Open
Arunkumar Kuppuswamy
requested to merge
issue/xtc-3347143:3347143-phpcs
into
2.x
2 years ago
Overview
0
Commits
7
Pipelines
0
Changes
80
Expand
Closes
#3347143
0
0
Merge request reports
Compare
2.x
version 6
1b7bd92d
1 year ago
version 5
c37f81ab
1 year ago
version 4
de32a28d
1 year ago
version 3
79f7e2f6
2 years ago
version 2
a3a7e73c
2 years ago
version 1
8f752943
2 years ago
2.x (HEAD)
and
latest version
latest version
d2d51609
7 commits,
1 year ago
version 6
1b7bd92d
6 commits,
1 year ago
version 5
c37f81ab
5 commits,
1 year ago
version 4
de32a28d
4 commits,
1 year ago
version 3
79f7e2f6
3 commits,
2 years ago
version 2
a3a7e73c
2 commits,
2 years ago
version 1
8f752943
1 commit,
2 years ago
80 files
+
1566
−
802
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
80
Search (e.g. *.vue) (Ctrl+P)
help/docs/about/architecture.md
+
5
−
5
Options
@@ -2,13 +2,13 @@
## Helpers
Many Helper functions can be found in the
`XtendedContent/API`
directory in
`xtc`
module.
Many Helper functions can be found in the
`XtendedContent/API`
directory in
the
XTC
module.
## Plugins
4 plugins-managers are defined throughout the XTC modules.
-
Yaml plugins are used when the Default class is mostly used, and plugins are
data driven
.
-
Annotation plugins are used when plugins are code driven
.
-
Yaml plugins are used when the Default class is mostly used, and plugins are
data driven
-
Annotation plugins are used when plugins are code driven
Loading