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 11.x for classloader
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| TestSiteUserLoginCommand::$classLoader | property | core/ |
The class loader to use for installation and initialization of setup. |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.