Tessier d8b9162932 update drupal 3 years ago
..
Access 6277454f7a first commit 4 years ago
Action 6277454f7a first commit 4 years ago
Ajax 6277454f7a first commit 4 years ago
Annotation 6277454f7a first commit 4 years ago
Archiver 6277454f7a first commit 4 years ago
Asset d8b9162932 update drupal 3 years ago
Authentication 6277454f7a first commit 4 years ago
Batch 3a082e23cc update 4 years ago
Block d8b9162932 update drupal 3 years ago
Breadcrumb 6277454f7a first commit 4 years ago
Cache 6277454f7a first commit 4 years ago
CacheDecorator 6277454f7a first commit 4 years ago
Command 3a082e23cc update 4 years ago
Composer 6277454f7a first commit 4 years ago
Condition 6277454f7a first commit 4 years ago
Config d8b9162932 update drupal 3 years ago
Controller 6277454f7a first commit 4 years ago
Database d8b9162932 update drupal 3 years ago
Datetime 6277454f7a first commit 4 years ago
DependencyInjection d8b9162932 update drupal 3 years ago
Diff 6277454f7a first commit 4 years ago
Discovery 6277454f7a first commit 4 years ago
Display 6277454f7a first commit 4 years ago
Entity d8b9162932 update drupal 3 years ago
EventSubscriber d8b9162932 update drupal 3 years ago
Executable 6277454f7a first commit 4 years ago
Extension 3a082e23cc update 4 years ago
Field d8b9162932 update drupal 3 years ago
File 3a082e23cc update 4 years ago
FileTransfer 6277454f7a first commit 4 years ago
Flood 6277454f7a first commit 4 years ago
Form d8b9162932 update drupal 3 years ago
Http 6277454f7a first commit 4 years ago
Image 6277454f7a first commit 4 years ago
ImageToolkit 6277454f7a first commit 4 years ago
Installer 6277454f7a first commit 4 years ago
KeyValueStore 6277454f7a first commit 4 years ago
Language 6277454f7a first commit 4 years ago
Layout 6277454f7a first commit 4 years ago
Locale 6277454f7a first commit 4 years ago
Lock 6277454f7a first commit 4 years ago
Logger d8b9162932 update drupal 3 years ago
Mail 6277454f7a first commit 4 years ago
Menu 3a082e23cc update 4 years ago
Messenger 6277454f7a first commit 4 years ago
PageCache 6277454f7a first commit 4 years ago
Pager 6277454f7a first commit 4 years ago
ParamConverter 6277454f7a first commit 4 years ago
Password 6277454f7a first commit 4 years ago
Path 6277454f7a first commit 4 years ago
PathProcessor 6277454f7a first commit 4 years ago
PhpStorage 6277454f7a first commit 4 years ago
Plugin 6277454f7a first commit 4 years ago
ProxyBuilder 6277454f7a first commit 4 years ago
ProxyClass 6277454f7a first commit 4 years ago
Queue 6277454f7a first commit 4 years ago
Render d8b9162932 update drupal 3 years ago
RouteProcessor 6277454f7a first commit 4 years ago
Routing 6277454f7a first commit 4 years ago
Security d8b9162932 update drupal 3 years ago
Serialization 6277454f7a first commit 4 years ago
Session 6277454f7a first commit 4 years ago
Site 6277454f7a first commit 4 years ago
StackMiddleware 6277454f7a first commit 4 years ago
State 6277454f7a first commit 4 years ago
StreamWrapper 3a082e23cc update 4 years ago
StringTranslation 6277454f7a first commit 4 years ago
TempStore 6277454f7a first commit 4 years ago
Template d8b9162932 update drupal 3 years ago
Test d8b9162932 update drupal 3 years ago
Theme 3a082e23cc update 4 years ago
Transliteration 6277454f7a first commit 4 years ago
TypedData d8b9162932 update drupal 3 years ago
Update d8b9162932 update drupal 3 years ago
Updater 3a082e23cc update 4 years ago
Utility d8b9162932 update drupal 3 years ago
Validation 3a082e23cc update 4 years ago
AppRootFactory.php 6277454f7a first commit 4 years ago
CoreServiceProvider.php 6277454f7a first commit 4 years ago
Cron.php 6277454f7a first commit 4 years ago
CronInterface.php 6277454f7a first commit 4 years ago
DestructableInterface.php 6277454f7a first commit 4 years ago
DrupalKernel.php 6277454f7a first commit 4 years ago
DrupalKernelInterface.php 6277454f7a first commit 4 years ago
GeneratedButton.php 6277454f7a first commit 4 years ago
GeneratedLink.php 6277454f7a first commit 4 years ago
GeneratedNoLink.php 6277454f7a first commit 4 years ago
GeneratedUrl.php 6277454f7a first commit 4 years ago
Link.php d8b9162932 update drupal 3 years ago
PrivateKey.php 6277454f7a first commit 4 years ago
README.txt 6277454f7a first commit 4 years ago
SitePathFactory.php 6277454f7a first commit 4 years ago
Url.php d8b9162932 update drupal 3 years ago

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.