drupal_autoload_test_interface.inc 191 B

1234567891011
  1. <?php
  2. /**
  3. * @file
  4. * Test interfaces for code registry testing.
  5. */
  6. /**
  7. * This interface is empty because we only care if Drupal can find it.
  8. */
  9. interface DrupalAutoloadTestInterface {}