annotate core/lib/Drupal/Core/README.txt @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
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.