This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/core/lib
2017-04-20 11:41:23 +01:00
..
Drupal Core update 8.3.1 2017-04-20 11:41:23 +01:00
Drupal.php Core update 8.3.1 2017-04-20 11:41:23 +01:00
README.txt Move into nested docroot 2017-02-13 15:31:17 +00: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".