drupal_autoload_test_interface.inc
Test interfaces for code registry testing.
File
-
modules/
simpletest/ tests/ drupal_autoload_test/ drupal_autoload_test_interface.inc
View source
<?php
/**
* @file
* Test interfaces for code registry testing.
*/
/**
* This interface is empty because we only care if Drupal can find it.
*/
interface DrupalAutoloadTestInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
DrupalAutoloadTestInterface | This interface is empty because we only care if Drupal can find it. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.