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

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.