annotate core/lib/Drupal/Core/README.txt @ 0:c75dbcec494b
Initial commit from drush-created site
author |
Chris Cannam |
date |
Thu, 05 Jul 2018 14:24:15 +0000 |
parents |
|
children |
|
rev |
line source |
Chris@0
|
1 Code in the Drupal\Core namespace represents Drupal Subsystems provided by the
|
Chris@0
|
2 base system. These subsystems MAY depend on Drupal Components and other
|
Chris@0
|
3 Subsystems, but MAY NOT depend on any code in a module.
|
Chris@0
|
4
|
Chris@0
|
5 Each Subsystem should be in its own namespace, and should be as self-contained
|
Chris@0
|
6 as possible.
|