README.txt

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 Subsystem should be in its own namespace, and should be as self-contained
as possible.

File

drupal/core/lib/Drupal/Core/README.txt
View source
  1. Code in the Drupal\Core namespace represents Drupal Subsystems provided by the
  2. base system. These subsystems MAY depend on Drupal Components and other
  3. Subsystems, but MAY NOT depend on any code in a module.
  4. Each Subsystem should be in its own namespace, and should be as self-contained
  5. as possible.