Search for classloader
- Search 7.x for classloader
- Search 9.5.x for classloader
- Search 8.9.x for classloader
- Search 10.3.x for classloader
- Search main for classloader
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AutoloadingStorage::$classloader | property | core/ |
Class loader that loads code from extensions provided to the constructor. |
| BackwardsCompatibilityClassLoader | class | core/ |
Adds backwards compatibility support for deprecated classes. |
| BackwardsCompatibilityClassLoader.php | file | core/ |
|
| BackwardsCompatibilityClassLoader::loadClass | function | core/ |
Aliases a moved class to another class, instead of actually autoloading it. |
| BackwardsCompatibilityClassLoader::__construct | function | core/ |
|
| BackwardsCompatibilityClassLoaderPass | class | core/ |
Compiler pass to merge moved classes into a single container parameter. |
| BackwardsCompatibilityClassLoaderPass.php | file | core/ |
|
| BackwardsCompatibilityClassLoaderPass::process | function | core/ |
|
| BackwardsCompatibilityClassLoaderTest | class | core/ |
Tests Drupal\Core\ClassLoader\BackwardsCompatibilityClassLoader. |
| BackwardsCompatibilityClassLoaderTest.php | file | core/ |
|
| BackwardsCompatibilityClassLoaderTest::$modules | property | core/ |
Modules to install. |
| BackwardsCompatibilityClassLoaderTest::testDoctrineException | function | core/ |
Tests that the BC layer for Doctrine's AnnotationException works. |
| BackwardsCompatibilityClassLoaderTest::testModuleMovedClass | function | core/ |
Tests that a moved class from a module works. |
| BackwardsCompatibilityClassLoaderTest::testTranslationWrapper | function | core/ |
Tests that the bc layer for TranslationWrapper works. |
| BootableCommandTrait::$classLoader | property | core/ |
The class loader. |
| BootableCommandTraitTest::$classLoader | property | core/ |
The class loader, which is needed to boot Drupal. |
| ClassLoaderTest | class | core/ |
Tests class loading for modules. |
| ClassLoaderTest.php | file | core/ |
|
| ClassLoaderTest::$apcuEnsureUniquePrefix | property | core/ |
The flag to set 'apcu_ensure_unique_prefix' setting. |
| ClassLoaderTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ClassLoaderTest::$expected | property | core/ |
The expected result from calling the module-provided class' method. |
| ClassLoaderTest::testAutoloadFromModuleFile | function | core/ |
Tests that .module files can use class constants in main section. |
| ClassLoaderTest::testClassLoading | function | core/ |
Tests that module-provided classes can be loaded when a module is enabled. |
| ClassLoaderTest::testClassLoadingDisabledModules | function | core/ |
Tests that module-provided classes can't be loaded from disabled modules. |
| ClassLoaderTest::testClassLoadingNotInstalledModules | function | core/ |
Tests that module-provided classes can't be loaded if module not installed. |
| ClassLoaderTest::testMultipleModules | function | core/ |
Ensures the negative caches in the class loader don't result in crashes. |
| Configuration::$debugClassLoaderEnabled | property | core/ |
Indicates if the debug class loader is enabled. |
| DatabaseDriver::$classLoader | property | core/ |
The container class loader. |
| DeprecatedAutoloadAccess::getActualClassLoader | function | core/ |
Lazy load the actual classloader once. |
| DrupalKernel::$classLoader | property | core/ |
The class loader object. |
| DrupalKernel::classLoaderAddMultiplePsr4 | function | core/ |
Registers a list of namespaces with PSR-4 directories for class loading. |
| DrupalKernelTest::providerClassLoaderAutoDetect | function | core/ |
Data provider for self::testClassLoaderAutoDetect. |
| DrupalKernelTest::testClassLoaderAutoDetect | function | core/ |
Tests class_loader_auto_detect setting. |
| FunctionalTestSetupTrait::$classLoader | property | core/ |
The class loader to use for installation and initialization of setup. |
| InstallCommand::$classLoader | property | core/ |
The class loader. |
| KernelTestBase::$classLoader | property | core/ |
The class loader. |
| MissingClassDetectionClassLoader | class | core/ |
Defines a classloader that detects missing classes. |
| MissingClassDetectionClassLoader.php | file | core/ |
|
| MissingClassDetectionClassLoader::$missingClass | property | core/ |
Flag indicating whether there was an attempt to load a missing class. |
| MissingClassDetectionClassLoader::$missingTraits | property | core/ |
An array of detected missing traits. |
| MissingClassDetectionClassLoader::getMissingTraits | function | core/ |
Returns all recorded missing traits since the last reset. |
| MissingClassDetectionClassLoader::hasMissingClass | function | core/ |
Returns whether there was an attempt to load a missing class. |
| MissingClassDetectionClassLoader::loadClass | function | core/ |
Records missing classes and aliases missing traits. |
| MissingClassDetectionClassLoader::reset | function | core/ |
Resets class variables. |
| ServerCommand::$classLoader | property | core/ |
The class loader. |
| TestDiscovery::$classLoader | property | core/ |
The class loader. |
| TestSiteUserLoginCommand::$classLoader | property | core/ |
The class loader to use for installation and initialization of setup. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.