← all change records
Not yet reviewed. Contrib-impact data below may be incomplete.

#2246699 PHP class autoloading changed to PSR-4 instead of PSR-0: files move from lib/Drupal/amodule/ to just src/ within modules

released Target 8.x Published 2013-12-13
#2083547 #1971198 #2247287 #2247991

Generated 2026-05-12 08:44 UTC

Rules (2)

filename_presence 2
from
  • lib/Drupal/**/*.php
  • psr0_lib_drupal_files
  • psr0_tests_drupal_files
  • tests/Drupal/**/*.php
to
  • psr4_src_files
  • psr4_tests_src_files
  • src/**/*.php
  • tests/src/**/*.php

No contrib projects currently use either side of this change.