Same filename in this branch
  1. 10 modules/README.txt
  2. 10 profiles/README.txt
  3. 10 sites/README.txt
  4. 10 themes/README.txt
  5. 10 composer/Metapackage/README.txt
  6. 10 composer/Template/README.txt
  7. 10 core/lib/README.txt
  8. 10 composer/Plugin/VendorHardening/README.txt
  9. 10 core/assets/scaffold/README.txt
  10. 10 core/themes/stable9/README.txt
  11. 10 core/themes/stark/README.txt
  12. 10 core/lib/Drupal/Component/README.txt
  13. 10 core/lib/Drupal/Core/README.txt
  14. 10 core/lib/Drupal/Component/Annotation/README.txt
  15. 10 core/lib/Drupal/Component/Assertion/README.txt
  16. 10 core/lib/Drupal/Component/ClassFinder/README.txt
  17. 10 core/lib/Drupal/Component/Datetime/README.txt
  18. 10 core/lib/Drupal/Component/DependencyInjection/README.txt
  19. 10 core/lib/Drupal/Component/Diff/README.txt
  20. 10 core/lib/Drupal/Component/Discovery/README.txt
  21. 10 core/lib/Drupal/Component/EventDispatcher/README.txt
  22. 10 core/lib/Drupal/Component/FileCache/README.txt
  23. 10 core/lib/Drupal/Component/FileSecurity/README.txt
  24. 10 core/lib/Drupal/Component/FileSystem/README.txt
  25. 10 core/lib/Drupal/Component/FrontMatter/README.txt
  26. 10 core/lib/Drupal/Component/Gettext/README.txt
  27. 10 core/lib/Drupal/Component/Graph/README.txt
  28. 10 core/lib/Drupal/Component/HttpFoundation/README.txt
  29. 10 core/lib/Drupal/Component/PhpStorage/README.txt
  30. 10 core/lib/Drupal/Component/Plugin/README.txt
  31. 10 core/lib/Drupal/Component/ProxyBuilder/README.txt
  32. 10 core/lib/Drupal/Component/Render/README.txt
  33. 10 core/lib/Drupal/Component/Serialization/README.txt
  34. 10 core/lib/Drupal/Component/Transliteration/README.txt
  35. 10 core/lib/Drupal/Component/Utility/README.txt
  36. 10 core/lib/Drupal/Component/Uuid/README.txt
  37. 10 core/lib/Drupal/Component/Version/README.txt
  38. 10 core/profiles/demo_umami/themes/umami/README.txt
  39. 10 core/themes/claro/css/classy/README.txt
  40. 10 core/themes/claro/images/classy/README.txt
  41. 10 core/themes/claro/js/classy/README.txt
  42. 10 core/themes/claro/templates/classy/README.txt
  43. 10 core/modules/system/tests/src/Functional/Update/README.txt
  44. 10 core/modules/system/tests/src/Functional/UpdateSystem/README.txt
  45. 10 core/profiles/demo_umami/themes/umami/css/classy/README.txt
  46. 10 core/profiles/demo_umami/themes/umami/images/classy/README.txt
  47. 10 core/profiles/demo_umami/themes/umami/js/classy/README.txt
  48. 10 core/profiles/demo_umami/themes/umami/templates/classy/README.txt
  49. 10 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/README.txt
  50. 10 core/modules/sdc/README.txt
Same filename and directory in other branches
  1. 8.9.x core/lib/README.txt
  2. 9 core/lib/README.txt
The core/lib directory is for classes provided by Drupal Core that are original
to Drupal. All Drupal-originated code must follow the PSR-4 naming convention
for classes and namespaces as documented here:

https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md

The vendor namespace for Drupal-originated code is "Drupal".

File

core/lib/README.txt
View source
  1. The core/lib directory is for classes provided by Drupal Core that are original
  2. to Drupal. All Drupal-originated code must follow the PSR-4 naming convention
  3. for classes and namespaces as documented here:
  4. https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md
  5. The vendor namespace for Drupal-originated code is "Drupal".