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.