class RegistryAutoloadTestTest in Registry Autoload 7
Same name in this branch
- 7 tests/modules/registry_autoload_test/includes/RegistryAutoloadTestTest.class.php \RegistryAutoloadTestTest
- 7 tests/modules/registry_autoload_test/src/Cache/RegistryAutoloadTestTest.php \Drupal\registry_autoload_test\Cache\RegistryAutoloadTestTest
- 7 tests/modules/registry_autoload_test/lib/Drupal/Core/Cache/RegistryAutoloadTestTest.php \Drupal\Core\Cache\RegistryAutoloadTestTest
- 7 tests/modules/registry_autoload_test/custom/some/name/space/RegistryAutoloadTestTest.php \custom\some\name\space\RegistryAutoloadTestTest
- 7 tests/modules/registry_autoload_test/sites/all/libraries/test-library/lib/SomeVendor/SomeComponent/RegistryAutoloadTestTest.php \SomeVendor\SomeComponent\RegistryAutoloadTestTest
- 7 tests/modules/registry_autoload_test/sites/all/libraries/test-library/src/SomeOtherVendor/SomeComponent/RegistryAutoloadTestTest.php \SomeOtherVendor\SomeComponent\RegistryAutoloadTestTest
Hierarchy
- class \Drupal\Core\Cache\RegistryAutoloadTestTest
Expanded class hierarchy of RegistryAutoloadTestTest
File
- tests/modules/ registry_autoload_test/ lib/ Drupal/ Core/ Cache/ RegistryAutoloadTestTest.php, line 9 
- Tests that PSR-0 namespaced classes get registered correctly.
Namespace
Drupal\Core\CacheView source
class RegistryAutoloadTestTest {
  /**
   * Constructs a RegistryAutoloadTestTest object.
   */
  public function __construct() {
    print "Hello Core\n";
  }
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| RegistryAutoloadTestTest:: | public | function | Constructs a RegistryAutoloadTestTest object. | 
