This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/2017/web/core/lib
2025-09-29 22:25:17 +01:00
..
Drupal Move all files to 2017/ 2025-09-29 22:25:17 +01:00
Drupal.php Move all files to 2017/ 2025-09-29 22:25:17 +01:00
README.txt Move all files to 2017/ 2025-09-29 22:25:17 +01:00

The core/lib directory is for classes provided by Drupal Core that are original
to Drupal.  All Drupal-originated code must follow the PSR-0 naming convention
for classes and namespaces as documented here:

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

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