drupal/core/lib
Lee Rowlands e91d969537
Issue #2949177 by tim.plunkett, samuel.mortenson, mark_fullmer, tedbow, EclipseGc, andypost: Introduce a service that returns filtered plugin definitions
2018-04-30 19:18:43 +10:00
..
Drupal Issue #2949177 by tim.plunkett, samuel.mortenson, mark_fullmer, tedbow, EclipseGc, andypost: Introduce a service that returns filtered plugin definitions 2018-04-30 19:18:43 +10:00
Drupal.php Issue #2949965 by alexpott, Lendude: \Drupal::classResolver() could be more helpful 2018-03-20 11:47:25 +00: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".