drupal/core/lib
Nathaniel Catchpole 15332e965d Issue #3035383 by andypost, martin107, Berdir: Replace deprecated usages of entityManager in list builder classes
(cherry picked from commit 9c547baa7ebd70addbd830577495261c4cc41cd2)
2019-03-18 16:27:13 +00:00
..
Drupal Issue #3035383 by andypost, martin107, Berdir: Replace deprecated usages of entityManager in list builder classes 2019-03-18 16:27:13 +00:00
Drupal.php Back to dev. 2019-03-14 17:16:37 -05:00
README.txt

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-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".