Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Commits
fc737131
Commit
fc737131
authored
Jan 25, 2012
by
Larry Garfield
Browse files
Options
Downloads
Patches
Plain Diff
Minor language tweaks.
parent
0e7882b7
No related branches found
No related tags found
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/lib/Drupal/Component/README.txt
+1
-1
1 addition, 1 deletion
core/lib/Drupal/Component/README.txt
core/lib/Drupal/Core/README.txt
+4
-4
4 additions, 4 deletions
core/lib/Drupal/Core/README.txt
with
5 additions
and
5 deletions
core/lib/Drupal/Component/README.txt
+
1
−
1
View file @
fc737131
Drupal Components are independent libraries that do not depend on the rest of
Drupal in order to function. Components MAY depend on other Components, but
that is discouraged. Components MAY NOT depend on any code that is not part of
PHP itself or another Drupal
c
omponent.
PHP itself or another Drupal
C
omponent.
Each Component should be in its own namespace, and should be as self-contained
as possible. It should be possible to split a Component off to its own
...
...
This diff is collapsed.
Click to expand it.
core/lib/Drupal/Core/README.txt
+
4
−
4
View file @
fc737131
Code in the Core namespace represents Drupal
s
ubsystems provided by the
base
system. These subsystems MAY depend on Drupal Components and other
Subsystems,
but MAY NOT depend on any code in a module.
Code in the
Drupal\
Core namespace represents Drupal
S
ubsystems provided by the
base
system. These subsystems MAY depend on Drupal Components and other
Subsystems,
but MAY NOT depend on any code in a module.
Each
Component
should be in its own namespace, and should be as self-contained
Each
Subsystem
should be in its own namespace, and should be as self-contained
as possible.
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