Kevin 3a082e23cc update 4 年之前
..
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 3a082e23cc update 4 年之前
Authentication 6277454f7a first commit 4 年之前
Batch 3a082e23cc update 4 年之前
Block 6277454f7a first commit 4 年之前
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 3a082e23cc update 4 年之前
Controller 6277454f7a first commit 4 年之前
Database 3a082e23cc update 4 年之前
Datetime 6277454f7a first commit 4 年之前
DependencyInjection 6277454f7a first commit 4 年之前
Diff 6277454f7a first commit 4 年之前
Discovery 6277454f7a first commit 4 年之前
Display 6277454f7a first commit 4 年之前
Entity 3a082e23cc update 4 年之前
EventSubscriber 6277454f7a first commit 4 年之前
Executable 6277454f7a first commit 4 年之前
Extension 3a082e23cc update 4 年之前
Field 3a082e23cc update 4 年之前
File 3a082e23cc update 4 年之前
FileTransfer 6277454f7a first commit 4 年之前
Flood 6277454f7a first commit 4 年之前
Form 3a082e23cc update 4 年之前
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 6277454f7a first commit 4 年之前
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 3a082e23cc update 4 年之前
RouteProcessor 6277454f7a first commit 4 年之前
Routing 6277454f7a first commit 4 年之前
Security 3a082e23cc update 4 年之前
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 6277454f7a first commit 4 年之前
Test 6277454f7a first commit 4 年之前
Theme 3a082e23cc update 4 年之前
Transliteration 6277454f7a first commit 4 年之前
TypedData 6277454f7a first commit 4 年之前
Update 6277454f7a first commit 4 年之前
Updater 3a082e23cc update 4 年之前
Utility 3a082e23cc update 4 年之前
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 6277454f7a first commit 4 年之前
PrivateKey.php 6277454f7a first commit 4 年之前
README.txt 6277454f7a first commit 4 年之前
SitePathFactory.php 6277454f7a first commit 4 年之前
Url.php 6277454f7a first commit 4 年之前

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.