Skip to content
Snippets Groups Projects
Commit fc737131 authored by Larry Garfield's avatar Larry Garfield
Browse files

Minor language tweaks.

parent 0e7882b7
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
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 component.
PHP itself or another Drupal Component.
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
......
Code in the Core namespace represents Drupal subsystems 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 Subsystems 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment