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

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.