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

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.