interface DrupalAutoloadTestInterface in Drupal 7
This interface is empty because we only care if Drupal can find it.
Hierarchy
- interface \DrupalAutoloadTestInterface
Expanded class hierarchy of DrupalAutoloadTestInterface
All classes that implement DrupalAutoloadTestInterface
File
- modules/
simpletest/ tests/ drupal_autoload_test/ drupal_autoload_test_interface.inc, line 11 - Test interfaces for code registry testing.
View source
interface DrupalAutoloadTestInterface {
}