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/Drupal/Component/README.txt
  2. 9 core/lib/Drupal/Component/README.txt
Drupal Components are independent libraries that do not depend on the rest of
Drupal in order to function.

Components MAY depend on other Drupal Components or external libraries/packages,
but MUST NOT depend on any other Drupal code.

In other words, only dependencies that can be specified in a composer.json file
of the Component are acceptable dependencies.  Every Drupal Component presents a
valid dependency, because it is assumed to contain a composer.json file (even
if it may not exist yet).

Each Component should be in its own namespace, and should be as self-contained
as possible.  It should be possible to split a Component off to its own
repository and use as a stand-alone library, independently of Drupal.

File

core/lib/Drupal/Component/README.txt
View source
  1. Drupal Components are independent libraries that do not depend on the rest of
  2. Drupal in order to function.
  3. Components MAY depend on other Drupal Components or external libraries/packages,
  4. but MUST NOT depend on any other Drupal code.
  5. In other words, only dependencies that can be specified in a composer.json file
  6. of the Component are acceptable dependencies. Every Drupal Component presents a
  7. valid dependency, because it is assumed to contain a composer.json file (even
  8. if it may not exist yet).
  9. Each Component should be in its own namespace, and should be as self-contained
  10. as possible. It should be possible to split a Component off to its own
  11. repository and use as a stand-alone library, independently of Drupal.