Within the UniversalClassLoader the findFile method cannot find namespaces created by composer ending with \\.

if (0 !== strpos($namespace, $ns)) {
    continue;
}

As suggested by https://drupal.org/node/1658720 the UniversalClassLoader is replaced by ClassLoader. Aditionally the XcacheClassLoader and ApcClassLoader are used for caching namespace => path relations.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikelohmann’s picture

mikelohmann’s picture

Sorry... The first patch contains errors... Please use the second one.