Search for classloader
- Search 7.x for classloader
- Search 9.5.x for classloader
- Search 10.3.x for classloader
- Search 11.x for classloader
- Search main for classloader
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ClassLoaderTest | class | core/ |
@group ClassLoader @group legacy @runTestsInSeparateProcesses |
| ClassLoaderTest | class | core/ |
Tests class loading for modules. |
| ClassLoaderTest.php | file | core/ |
|
| 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::setUp | function | core/ |
|
| 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::testDrupalClassloadeRegisterDeprecation | function | core/ |
@expectedDeprecation drupal_classloader_register() is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. Use the method ::addPsr4() of the class_loader service to register the namespace. See https://www.drupal.org/node/3035275. |
| ClassLoaderTest::testMultipleModules | function | core/ |
Ensures the negative caches in the class loader don't result in crashes. |
| ClassLoaderTest::testSystemRegisterDeprecation | function | core/ |
@expectedDeprecation system_register() is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. There is no replacement for this function. To achieve the same functionality use this snippet: $path =… |
| DatabaseTest::$additionalClassloader | property | core/ |
A classloader to enable testing of contrib drivers. |
| DrupalKernel::$classLoader | property | core/ |
The class loader object. |
| DrupalKernel::classLoaderAddMultiplePsr4 | function | core/ |
Registers a list of namespaces with PSR-4 directories for class loading. |
| drupal_classloader_register | function | core/ |
Registers an additional namespace. |
| 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/ |
|
| ServerCommand::$classLoader | property | core/ |
The class loader. |
| simpletest_classloader_register | function | core/ |
Registers test namespaces of all extensions and core test classes. |
| 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.