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

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.