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
@file Tests that non namespaced classes get registered correctly.
Hierarchy
- class \RegistryAutoloadTestTest
Expanded class hierarchy of RegistryAutoloadTestTest
File
- tests/
modules/ registry_autoload_test/ includes/ RegistryAutoloadTestTest.class.php, line 7 - Tests that non namespaced classes get registered correctly.
View source
class RegistryAutoloadTestTest {
/**
* Constructs a RegistryAutoloadTestTest object.
*/
public function __construct() {
print "Hello No Namespace\n";
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RegistryAutoloadTestTest:: |
public | function | Constructs a RegistryAutoloadTestTest object. |