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

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.