drupal/core/lib
Alex Pott 8c90cbfdf7
Issue #3029625 by tim.plunkett: Do not throw an exception when a context is missing while applying context mapping to a plugin if that context was previously set
2019-03-26 11:22:52 +00:00
..
Drupal Issue #3029625 by tim.plunkett: Do not throw an exception when a context is missing while applying context mapping to a plugin if that context was previously set 2019-03-26 11:22:52 +00:00
Drupal.php Drupal 8.8.x-dev 2019-03-07 15:46:07 -06: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".